Skip to content

Commit

Permalink
Fixes requirement of contao/manager-plugin in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leonexcc committed Mar 19, 2019
1 parent 7ef142e commit 68fc8c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
}
],
"require": {
"symfony/web-server-bundle": "^3.3 || ^4.2",
"contao/manager-plugin": "^2.7"
"symfony/web-server-bundle": "^3.3 || ^4.2"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"extra": {
"contao-manager-plugin": "DieSchmidts\\ContaoWebServerBundle\\ContaoManager\\Plugin"
Expand Down

0 comments on commit 68fc8c1

Please sign in to comment.