{ "name": "getyourband/platform", "description": "Modern band booking platform", "type": "project", "license": "proprietary", "require": { "php": ">=8.3", "ext-pdo": "*", "ext-mbstring": "*", "ext-json": "*", "vlucas/phpdotenv": "^5.6", "twig/twig": "^3.8", "phpmailer/phpmailer": "^6.9", "respect/validation": "^2.3" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\": "database/" }, "files": [ "app/helpers.php" ] }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "minimum-stability": "stable", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ] } }