add dependencies

This commit is contained in:
2021-04-20 23:07:03 +02:00
parent 124cd52cc1
commit 891d8acf20
3 changed files with 10 additions and 37 deletions

View File

@@ -13,9 +13,7 @@
"require": {
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.9",
"symfony/config": "^4.4 || ^5.1",
"symfony/dependency-injection": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1"
"contao/news-bundle": "^4.9"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
@@ -24,5 +22,8 @@
"psr-4": {
"Jr\\FalsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Jr\\FalsBundle\\ContaoManager\\Plugin"
}
}