Initial release
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "mummert-media/newssubmission-bundle",
|
||||
"description": "Frontend news submission bundle for Contao 5.7.",
|
||||
"type": "contao-bundle",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/news-bundle": "5.7.*",
|
||||
"contao/manager-plugin": "^2.0",
|
||||
"numero2/contao-tags": "^0.5",
|
||||
"symfony/html-sanitizer": "^7.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MummertMedia\\NewsSubmissionBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"contao-manager-plugin": "MummertMedia\\NewsSubmissionBundle\\Contao\\Manager\\Plugin"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"contao-components/installer": true,
|
||||
"contao/manager-plugin": true
|
||||
}
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user