Newer
Older
"name": "dbp/relay-server-template",
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"symfony/console": "^5.2",
"symfony/dotenv": "^5.2",
"preferred-install": {
"dbp/*": "source",
"*": "dist"
},
"sort-packages": true,
"platform": {
"php": "7.3"
}
},
"autoload": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"vendor/dbp/relay-core-bundle/bin/move-core-bundle.php": "php-script",
"vendor/dbp/relay-core-bundle/bin/disable-database-url.php": "php-script"
Patrizio Bekerle
committed
"@auto-scripts"
Patrizio Bekerle
committed
"@auto-scripts"
],
"test": [
"@php bin/phpunit"
],
"coverage": [
"@php bin/phpunit --coverage-html _coverage"
],
"phpstan": [
"@php bin/phpunit --atleast-version 0",
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php bin/phpunit --atleast-version 0",
"@php vendor/bin/psalm"
],
"lint": [
"@composer run cs",
"@composer run phpstan",
"@composer run psalm"
],
"cs-fix": [
"@php vendor/bin/php-cs-fixer --ansi fix"
],
"cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "^5.2",
"endpoint": [
"flex://defaults",
"https://api.github.com/repos/digital-blueprint/symfony-recipes/contents/index.json?ref=flex/main"
]
"phpstan/phpstan": "^1.0.2",
"phpstan/phpstan-phpunit": "^1.0.0",
"symfony/browser-kit": "^5.2",
"symfony/debug-bundle": "^5.2",
"symfony/http-client": "^5.2",
"symfony/phpunit-bridge": "^5.2",
"symfony/stopwatch": "^5.2",