summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 5 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index 80beece..901d1f6 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,6 @@
"symfony/stopwatch": "^6.4 || ^7.0"
},
"require-dev": {
- "symfony/framework-bundle": "^6.4 || ^7.0",
"bamarni/composer-bin-plugin": "^1.8"
},
"authors": [
@@ -73,20 +72,14 @@
"bamarni-bin": {
"bin-links": true,
"target-directory": "vendor-bin",
- "forward-command": true
+ "forward-command": false
}
},
"scripts": {
"bin": "echo 'bin not installed'",
- "code:check": "vendor/bin/phpstan analyse --configuration .github/linters/phpstan.neon.dist --ansi --verbose",
- "code:lint": "vendor/bin/phplint --configuration .github/linters/.phplint.yml --verbose --progress=indicator --ansi",
- "style:check": "vendor/bin/phpcs --standard=.github/linters/.phpcs.xml.dist --warning-severity=0 --colors",
- "tests:unit": "vendor/bin/phpunit --configuration phpunit.xml.dist"
- },
- "scripts-descriptions" : {
- "code:check": "Run PHPStan code analysis on project source code",
- "code:lint": "Run PHPLint on project source code",
- "style:check": "Run PHP CodeSniffer on project source code",
- "tests:unit": "Run unit tests"
+ "post-autoload-dump": [
+ "@composer bin captainhook update",
+ "vendor/bin/captainhook install --configuration=captainhook.json --only-enabled"
+ ]
}
}