|
- {
- "name": "my-agency/contao-project",
- "description": "Contao 5 Projekt",
- "license": "proprietary",
- "type": "project",
- "require": {
- "php": "^8.3",
- "contao/manager-bundle": "5.7.*",
- "contao/calendar-bundle": "5.7.*",
- "contao/faq-bundle": "5.7.*",
- "contao/listing-bundle": "5.7.*",
- "contao/news-bundle": "5.7.*"
- },
- "conflict": {
- "contao/core-bundle": "<5.7 || >=6.0"
- },
- "extra": {
- "contao-component-dir": "assets",
- "symfony": {
- "allow-contrib": false
- }
- },
- "config": {
- "allow-plugins": {
- "contao/manager-plugin": true,
- "contao-components/installer": true,
- "php-http/discovery": true
- },
- "optimize-autoloader": true,
- "preferred-install": "dist",
- "sort-packages": true
- },
- "scripts": {
- }
- }
|