mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Fix composer check on Windows
This commit is contained in:
+3
-3
@@ -45,12 +45,12 @@
|
||||
],
|
||||
"scripts": {
|
||||
"check": [
|
||||
"./bin/check-phpdoc-types",
|
||||
"php ./bin/check-phpdoc-types",
|
||||
"phpcs samples/ src/ tests/ --report=checkstyle",
|
||||
"phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- --exclude=PHPCompatibility.Variables.ForbiddenThisUseContexts -n",
|
||||
"php-cs-fixer fix --ansi --dry-run --diff",
|
||||
"phpunit --color=always",
|
||||
"phpstan analyse --ansi --memory-limit=2048M"
|
||||
"phpstan analyse --ansi --memory-limit=2048M",
|
||||
"phpunit --color=always"
|
||||
],
|
||||
"style": [
|
||||
"phpcs samples/ src/ tests/ --report=checkstyle",
|
||||
|
||||
Reference in New Issue
Block a user