diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-09 14:42:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-09 14:42:05 +0200 |
commit | 2683666d5cdf0f25648ef7cac0175e43b53e9c10 (patch) | |
tree | f4f3900cb5dee5ea1fdcfe3b81fe0d1bd464dc5d /composer.json | |
parent | 295b5e912c9e77bcec695ac84c8b9ad695dc38b4 (diff) |
update bundled bartlett/php-compatinfo-db to 6.24.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
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" + ] } } |