aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-05-09 13:08:57 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-09 13:08:57 +0200
commit26bc0e0ee9a23631b808e7328252cfb7865b9941 (patch)
treedccc0f7a4b18cfe81f61a94ac406fee7e6bb3579 /composer.json
parentafacebc3e2ab30c67a59eb6ef5a9351390ab2615 (diff)
Minor development config fixes (#5379)
* Add compatibility with MacOS for `paste` command * Addition to .editorconfig
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e54c11050..bd9617dac 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,7 @@
"phpcs": "phpcs . -s",
"phpcbf": "phpcbf . -p -s",
"phpstan": "phpstan analyse --memory-limit 512M .",
- "phpstan-next": "phpstan analyse --level 7 --memory-limit 512M $(find . -type d -name 'vendor' -prune -o -name '*.php' -o -name '*.phtml' | grep -Fxvf ./tests/phpstan-next.txt | sort | paste -s)",
+ "phpstan-next": "phpstan analyse --level 7 --memory-limit 512M $(find . -type d -name 'vendor' -prune -o -name '*.php' -o -name '*.phtml' | grep -Fxvf ./tests/phpstan-next.txt | sort | paste -s -)",
"phpunit": "phpunit --bootstrap ./tests/bootstrap.php --verbose ./tests",
"translations": "cli/manipulate.translation.php -a format",
"test": [