Skip to content

Commit

Permalink
Adjustments for Contao 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Jul 24, 2022
1 parent 941bcc9 commit b6934f8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@
}
],
"require":{
"php": ">=5.6.0",
"contao/core-bundle":"~4.4",
"contao/faq-bundle": "^4.4"
"php": "^7.4 || ^8.0",
"contao/core-bundle":"~4.13",
"contao/faq-bundle": "~4.13"
},
"require-dev": {
"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"
"contao/manager-plugin": "^2.3.1",
"phpunit/phpunit": "^9.3",
"symfony/phpunit-bridge": "^5.4"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
Expand Down

0 comments on commit b6934f8

Please sign in to comment.