Skip to content

Commit 6d66182

Browse files
authored
Merge pull request #3024 from acrobat/fix-incompatible-adminlist-version-constraint
[AllBundles] Update adminlist-bundle version constraint to allow only ^5.9
2 parents 63589a7 + 7b4ca84 commit 6d66182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimum-stability": "dev",
2020
"require": {
2121
"php": "^7.2|^8.0",
22-
"kunstmaan/adminlist-bundle": "^5.9|^6.0",
22+
"kunstmaan/adminlist-bundle": "^5.9",
2323
"doctrine/migrations": "^1.8|^2.3",
2424
"box/spout": "^2.5"
2525
},

0 commit comments

Comments
 (0)