Mh okay,
PHP-Code:
{
"name": "contao/managed-edition",
"type": "project",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"php": ">=5.6.0",
"contao/calendar-bundle": "^4.4",
"contao/comments-bundle": "^4.4",
"contao/faq-bundle": "^4.4",
"contao/listing-bundle": "^4.4",
"contao/manager-bundle": "4.4.*",
"contao/news-bundle": "^4.4",
"contao/newsletter-bundle": "^4.4",
"madeyourday/contao-rocksolid-columns": "^2.0",
"madeyourday/contao-rocksolid-custom-elements": "^2.0",
"githubuser/test-bundle": "*"
},
"repositories": [ {
"type": "vcs",
"url": "https://github.com/GitHubUser/test-bundle"
}
],
"conflict": {
"contao/core-bundle": "<4.4.1"
},
"config": {
"component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
},
"autoload": {
"classmap": [
"app/ContaoManagerPlugin.php"
],
"psr-4": {
"AppBundle\\": "src/AppBundle/"
}
}
}
PHP-Code:
{
"name":"githubuser/test-bundle",
"description":"Contao 4 Test Bundle",
"type":"contao-bundle",
"require":{
"php": ">=5.6.0",
"contao/core-bundle": "~4.4"
},
"autoload": {
"psr-4": {
"GitHubUser\\TestBundle\": "src/"
},
"classmap": [
"src/Resources/contao/"
],
"exclude-from-classmap": [
"src/Resources/contao/config/",
"src/Resources/contao/dca/",
"src/Resources/contao/languages/",
"src/Resources/contao/templates/"
]
}
}
So oder wie? Meldung kommt nach wie vor