Skip to content

Commit

Permalink
Add support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo committed Nov 23, 2019
1 parent 86bed6e commit 42ebf2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"require": {
"php": ">=5.5",
"aws/aws-sdk-php": "^3.2.6",
"symfony/config": "~2.3|~3.0|~4.0",
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
"symfony/http-kernel": "~2.3|~3.0|~4.0"
"symfony/config": "~2.3|~3.0|~4.0|~5.0",
"symfony/dependency-injection": "~2.3|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.3|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.4.0|^6.0.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/yaml": "~2.3|~3.0|~4.0"
"symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0",
"symfony/yaml": "~2.3|~3.0|~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 42ebf2c

Please sign in to comment.