Skip to content

Commit

Permalink
changed symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kiesel committed Apr 14, 2020
1 parent 1662e56 commit 109b162
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 @@ -17,18 +17,18 @@
},
"require": {
"php": ">=7.0",
"symfony/symfony": "~2.7|~3.0"
"symfony/symfony": "~2.7|~3.0|~4.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"contao/manager-plugin": "^2.0",
"phpunit/phpunit": "^4.8"
},
"conflict": {
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
},
"extra": {
"contao-manager-plugin": "Craffft\\SingleSessionStorageBundle\\ContaoManager\\Plugin"
"contao-manager-plugin": "Craffft\\SingleSessionStorageBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 109b162

Please sign in to comment.