Fix: add contao/manager-plugin to require

This commit is contained in:
2026-03-11 20:11:22 +01:00
parent 80fd71b922
commit 84eaac8d41

View File

@@ -5,7 +5,8 @@
"license": "proprietary",
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0"
"contao/core-bundle": "^4.13 || ^5.0",
"contao/manager-plugin": "^2.0"
},
"autoload": {
"psr-4": {