Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Sep 4, 2022
1 parent ecc56f0 commit 8d3a422
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"source": "https://github.com/richardhj/contao-knp-menu"
},
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4",

"contao/core-bundle": "^4.9",
"contao/core-bundle": "^4.9 || ^5.0",
"knplabs/knp-menu-bundle": "^2.2. || ^3.0",

"symfony/config": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"contao/manager-plugin": "^2.7"
Expand All @@ -33,5 +33,11 @@
},
"extra": {
"contao-manager-plugin": "Richardhj\\ContaoKnpMenuBundle\\ContaoManager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
}
}

0 comments on commit 8d3a422

Please sign in to comment.