{ "name": "yupdesign/contao-architecture-projects-bundle", "description": "Verwalten von Projekten für Architekten", "type": "contao-bundle", "license": "GPL-3.0-or-later", "authors": [ { "name": "Stephan Gieb", "email": "stephan.gieb@yupdesign.de", "homepage": "https://www.yupdesign.de", "role": "Developer" } ], "require": { "php": "^8.1", "contao/core-bundle": "^4.13 || ^5.0" }, "require-dev": { "contao/manager-plugin": "^2.12" }, "autoload": { "psr-4": { "Yupdesign\\ContaoArchitectureProjectsBundle\\": "src/" } }, "config": { "allow-plugins": { "contao-components/installer": false, "contao/manager-plugin": false, "contao-community-alliance/composer-plugin": true } }, "extra": { "contao-manager-plugin": "Yupdesign\\ContaoArchitectureProjectsBundle\\ContaoManager\\Plugin" }, "scripts": { "cs-fixer": "@php tools/ecs/vendor/bin/ecs check config/ contao/ src/ templates/ tests/ --config tools/ecs/config.php --fix --ansi", "unit-tests": "@php tools/phpunit/vendor/bin/phpunit -c tools/phpunit/phpunit.xml.dist" }, "version": "0.0.1" }