summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-13 07:34:23 +0100
committerRemi Collet <remi@php.net>2025-01-13 07:34:23 +0100
commit059cc57224654ad4aa5c2c874b10ab106bf451fe (patch)
tree62c5ca7c6c3c5cce570e1913b4c1a6702ded16e8 /composer.json
parent8cc94ca732942135e1f47cb32abe875af8bbe364 (diff)
update to 3.67.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 772c867..a3f667e 100644
--- a/composer.json
+++ b/composer.json
@@ -117,6 +117,7 @@
"@composer normalize --working-dir=dev-tools ../composer.json",
"@composer normalize --working-dir=dev-tools composer.json"
],
+ "php-compatibility": "@php dev-tools/vendor/bin/phpcs -p --standard=dev-tools/php-compatibility/phpcs-php-compatibility.xml",
"phpstan": "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse",
"phpstan:baseline": "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse --generate-baseline=./dev-tools/phpstan/baseline.php",
"qa": "@quality-assurance",
@@ -185,6 +186,7 @@
"mess-detector": "Analyse code with Mess Detector",
"normalize": "Check normalization for composer.json files",
"normalize:fix": "Run normalization for composer.json files",
+ "php-compatibility": "Check compatibility with all supported PHP versions",
"phpstan": "Run PHPStan analysis",
"phpstan:baseline": "Dump PHPStan baseline file - use only for updating, do not add new errors when possible",
"post-autoload-dump": "Run additional tasks after installing/updating main dependencies",