-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 949 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wow-apps/symfony-packagist",
"description" : "Packagist API Bundle for Symfony 3 and 4",
"type" : "symfony-bundle",
"homepage": "https://github.com/wow-apps/symfony-packagist",
"authors" : [{
"name" : "Alexey Samara",
"role": "lead",
"email" : "lion.samara@gmail.com",
"homepage": "https://wow-apps.pro"
}],
"support": {
"issues": "https://github.com/wow-apps/symfony-packagist/issues",
"wiki": "https://github.com/wow-apps/symfony-packagist/wiki",
"source": "https://github.com/wow-apps/symfony-packagist"
},
"keywords" : [
"symfony",
"symfony3",
"symfony4",
"symfony-bundle",
"packagist",
"api"
],
"license" : [
"MIT"
],
"require" : {
"php": "^7.0",
"symfony/framework-bundle": "^3.3|^4.0",
"symfony/yaml": "^3.3|^4.0",
"guzzlehttp/guzzle": "^6.0"
},
"autoload" : {
"psr-4" : {
"WowApps\\PackagistBundle\\" : ""
}
}
}