Skip to content

Commit

Permalink
Merge pull request #8 from auto1-oss/symfony-5-compatibility
Browse files Browse the repository at this point in the history
Symfony 5 comatibilty
  • Loading branch information
sklabinsky authored Dec 5, 2019
2 parents b69c0e8 + 5608c3d commit c7aba4b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"php": ">=7.0.8",
"auto1-oss/service-api-components-bundle": "^1.0",
"auto1-oss/service-api-request": "^1.0",
"symfony/serializer" : "~3.0|~4.0",
"symfony/security" : "~3.0|~4.0",
"symfony/monolog-bridge": "~3.0|~4.0",
"symfony/dependency-injection": "~3.0|~4.0",
"symfony/config": "~3.0|~4.0",
"symfony/http-kernel": "~3.0|~4.0",
"symfony/property-info": "^3.4.2|~4.0",
"symfony/serializer" : "~3.0|~4.0|~5.0",
"symfony/security" : "~3.0|~4.0|~5.0",
"symfony/monolog-bridge": "~3.0|~4.0|~5.0",
"symfony/dependency-injection": "~3.0|~4.0|~5.0",
"symfony/config": "~3.0|~4.0|~5.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0",
"symfony/property-info": "^3.4.2|~4.0|~5.0",
"monolog/monolog": "~1.22",
"php-http/client-common": "^1.5",
"php-http/discovery": "^1.3",
Expand All @@ -32,8 +32,8 @@
"psr/log": "^1.1"
},
"require-dev": {
"symfony/yaml": "~3.0|~4.0",
"symfony/console": "~3.0|~4.0",
"symfony/yaml": "~3.0|~4.0|~5.0",
"symfony/console": "~3.0|~4.0|~5.0",
"phpunit/phpunit": "^4.8",
"symfony/phpunit-bridge": "^3.3.8",
"phpspec/prophecy": "^1.7.2"
Expand Down

0 comments on commit c7aba4b

Please sign in to comment.