update phpcs command & composer-compile-plugin
This commit is contained in:
parent
312dfeffd7
commit
18f5b8c196
@ -28,7 +28,7 @@
|
|||||||
"doctrine/annotations": "^1.13|^2.0",
|
"doctrine/annotations": "^1.13|^2.0",
|
||||||
"liip/serializer": "2.2.* || 2.6.*",
|
"liip/serializer": "2.2.* || 2.6.*",
|
||||||
"php-http/httplug": "^2.2",
|
"php-http/httplug": "^2.2",
|
||||||
"civicrm/composer-compile-plugin": "^0.18.0",
|
"civicrm/composer-compile-plugin": "^0.20",
|
||||||
"symfony/console": "^4.0|^5.0|^6.0",
|
"symfony/console": "^4.0|^5.0|^6.0",
|
||||||
"psr/event-dispatcher": "^1.0",
|
"psr/event-dispatcher": "^1.0",
|
||||||
"neur0toxine/psr.http-client-implementation.php-http-curl": "*",
|
"neur0toxine/psr.http-client-implementation.php-http-curl": "*",
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"phpunit": "./vendor/bin/phpunit -c phpunit.xml.dist --coverage-text",
|
"phpunit": "./vendor/bin/phpunit -c phpunit.xml.dist --coverage-text",
|
||||||
"phpunit-ci": "@php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude=\"~vendor~\" ./vendor/bin/phpunit --teamcity -c phpunit.xml.dist",
|
"phpunit-ci": "@php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude=\"~vendor~\" ./vendor/bin/phpunit --teamcity -c phpunit.xml.dist",
|
||||||
"phpmd": "./vendor/bin/phpmd src text ./phpmd.xml",
|
"phpmd": "./vendor/bin/phpmd src text ./phpmd.xml",
|
||||||
"phpcs": "./vendor/bin/phpcs -p src --runtime-set testVersion 7.3-8.2 && ./vendor/bin/phpcs -p tests --runtime-set testVersion 7.3-8.2 --warning-severity=0",
|
"phpcs": "./vendor/bin/phpcs -p src --runtime-set testVersion 7.4-8.3 && ./vendor/bin/phpcs -p tests --runtime-set testVersion 7.4-8.3 --warning-severity=0",
|
||||||
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src --memory-limit=-1",
|
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon src --memory-limit=-1",
|
||||||
"phpstan-dockerized-ci": "docker run --rm -it -w=/app -v ${PWD}:/app oskarstark/phpstan-ga:1.0.1 analyse src -c phpstan.neon --memory-limit=1G --no-progress",
|
"phpstan-dockerized-ci": "docker run --rm -it -w=/app -v ${PWD}:/app oskarstark/phpstan-ga:1.0.1 analyse src -c phpstan.neon --memory-limit=1G --no-progress",
|
||||||
"lint:fix": "./vendor/bin/phpcbf src",
|
"lint:fix": "./vendor/bin/phpcbf src",
|
||||||
|
Loading…
Reference in New Issue
Block a user