-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
38 lines (38 loc) · 1.24 KB
/
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
{
"name": "auto1-oss/service-api-components-bundle",
"license": "MIT",
"type": "auto1-bundle",
"description": "Auto1 Common Components for Service API/Client/Handler Bundles",
"authors": [
{
"name": "Andrei Dantsiger",
"email": "[email protected]"
},
{
"name": "Yaroslav Sklabinskyi",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.3",
"symfony/serializer": "~4.2|~5.0|~6.0",
"symfony/monolog-bridge": "~4.0|~5.0|~6.0",
"symfony/dependency-injection": "~4.0|~5.0|~6.0",
"symfony/config": "~4.0|~5.0|~6.0",
"symfony/http-kernel": "~4.0|~5.0|~6.0",
"symfony/property-info": "~4.0|~5.0|~6.0",
"symfony/property-access": "~4.0|~5.0|~6.0",
"symfony/yaml": "~4.0|~5.0|~6.0",
"monolog/monolog": "~1.22",
"fig/http-message-util": "^1.1.2",
"auto1-oss/service-api-request": "^1.0"
},
"require-dev": {
"symfony/console": "~3.0|~4.0|~5.0|~6.0",
"phpunit/phpunit": "^7.5|^8.0|^9.0",
"phpspec/prophecy-phpunit": "^1.1"
},
"autoload": {
"psr-4": { "Auto1\\ServiceAPIComponentsBundle\\": "" }
}
}