Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Coosos committed Dec 28, 2019
1 parent 8620d8b commit 96c09a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"symfony/form": "5.0.*",
"symfony/security-bundle": "5.0.*",
"symfony/yaml": "5.0.*",
"symfony/config": "5.0.*",
"symfony/form": "^3.4|^4.0|~5.0",
"symfony/security-bundle": "^3.4|^4.0|~5.0",
"symfony/yaml": "^3.4|^4.0|~5.0",
"symfony/config": "^3.4|^4.0|~5.0",
"symfony/dependency-injection": "^3.4.26|^4.1.12|~5.0",
"symfony/http-kernel": "5.0.*",
"symfony/options-resolver": "5.0.*"
"symfony/http-kernel": "^3.4|^4.0|~5.0",
"symfony/options-resolver": "^3.4|^4.0|~5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0",
Expand Down

0 comments on commit 96c09a9

Please sign in to comment.