Skip to content

Commit 8d3a422

Browse files
committed
Bump dependencies
1 parent ecc56f0 commit 8d3a422

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"source": "https://github.com/richardhj/contao-knp-menu"
1616
},
1717
"require": {
18-
"php": "^7.4 || ^8.0",
18+
"php": ">=7.4",
1919

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

23-
"symfony/config": "^4.4 || ^5.0",
24-
"symfony/http-kernel": "^4.4 || ^5.0"
23+
"symfony/config": "^4.4 || ^5.0 || ^6.0",
24+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0"
2525
},
2626
"require-dev": {
2727
"contao/manager-plugin": "^2.7"
@@ -33,5 +33,11 @@
3333
},
3434
"extra": {
3535
"contao-manager-plugin": "Richardhj\\ContaoKnpMenuBundle\\ContaoManager\\Plugin"
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"contao-components/installer": true,
40+
"contao/manager-plugin": true
41+
}
3642
}
3743
}

0 commit comments

Comments
 (0)