Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm authored Jun 19, 2020
1 parent 9092200 commit 941bcc9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@
"require":{
"php": ">=5.6.0",
"contao/core-bundle":"~4.4",
"contao/faq-bundle": "^4.4",
"symfony/framework-bundle": "^3.3"
"contao/faq-bundle": "^4.4"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"doctrine/doctrine-cache-bundle": "^1.3",
"friendsofphp/php-cs-fixer": "^2.6",
"leofeyer/optimize-native-functions-fixer": "^1.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^5.7.26",
"symfony/phpunit-bridge": "^3.2"
"contao/manager-plugin": "^2.0",
"doctrine/doctrine-cache-bundle": "^1.3",
"friendsofphp/php-cs-fixer": "^2.12",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^5.7.26",
"symfony/phpunit-bridge": "^3.2"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
Expand Down

0 comments on commit 941bcc9

Please sign in to comment.