Skip to content

Commit

Permalink
Merge pull request #1 from TomasBlaha/add-support-symfony-4
Browse files Browse the repository at this point in the history
Add support for Symfony 4
  • Loading branch information
tuscanicz authored Oct 2, 2018
2 parents 6968284 + 312152d commit 825cee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=7.1",
"symfony/dependency-injection": "~3.3",
"symfony/config": "~3.3",
"symfony/http-kernel": "~3.3"
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/config": "~3.3|~4.0",
"symfony/http-kernel": "~3.3|~4.0"
},
"require-dev": {
"phpunit/phpunit": "~6.3",
"phpunit/phpunit": "~6.3|~7.0",
"doctrine/orm": "^2.6"
},
"autoload": {
Expand Down

0 comments on commit 825cee0

Please sign in to comment.