summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-11 08:01:33 +0100
committerRemi Collet <remi@php.net>2023-12-11 08:01:33 +0100
commitfd4711af5af4ef88fa10b26849c2e01cad4504d1 (patch)
treefbed49d77757a27e15894db84f79bcf95b13de6a /composer.json
parent93215c6da1a9efcdf0e012f827b5579f0915bfae (diff)
update to 3.41.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index dd90058..48da43d 100644
--- a/composer.json
+++ b/composer.json
@@ -46,8 +46,6 @@
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
- "phpspec/prophecy": "^1.17",
- "phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^6.3.8 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
@@ -85,7 +83,7 @@
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite auto-review"
],
- "cs:check": "@php php-cs-fixer check --diff",
+ "cs:check": "@php php-cs-fixer check --verbose --diff",
"cs:fix": "@php php-cs-fixer fix",
"cs:fix:parallel": "echo '🔍 Will run in batches of 50 files.'; if [[ -f .php-cs-fixer.php ]]; then FIXER_CONFIG=.php-cs-fixer.php; else FIXER_CONFIG=.php-cs-fixer.dist.php; fi; php php-cs-fixer list-files --config=$FIXER_CONFIG | xargs -n 50 -P 8 php php-cs-fixer fix --config=$FIXER_CONFIG --path-mode intersection 2> /dev/null",
"docs": "@php dev-tools/doc.php",