Skip to content

Commit

Permalink
Fixed requirements for Symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Mar 30, 2020
1 parent f5c96ca commit 3decb52
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,12 +13,12 @@
"require": {
"php": "^7.2",
"symfony/asset": "^3.4.36 || ^4.3 || ^5.0",
"symfony/cache": "3.4.36 || ^4.3 || ^5.0",
"symfony/config": "3.4.36 || ^4.3 || ^5.0",
"symfony/dependency-injection": "3.4.36 || ^4.3 || ^5.0",
"symfony/finder": "3.4.36 || ^4.3 || ^5.0",
"symfony/framework-bundle": "3.4.36 || ^4.3 || ^5.0",
"symfony/http-kernel": "3.4.36 || ^4.3 || ^5.0"
"symfony/cache": "^3.4.36 || ^4.3 || ^5.0",
"symfony/config": "^3.4.36 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4.36 || ^4.3 || ^5.0",
"symfony/finder": "^3.4.36 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4.36 || ^4.3 || ^5.0",
"symfony/http-kernel": "^3.4.36 || ^4.3 || ^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0"
Expand Down

0 comments on commit 3decb52

Please sign in to comment.