Skip to content

Commit

Permalink
Removed phpcompat Composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Mar 18, 2023
1 parent b7151cb commit 91577df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@
},
"scripts": {
"cs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"phpcompat": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p . --standard=PHPCompatibility --ignore=*/vendor/*,*tests/fixtures/* --extensions=php --basepath=./ --runtime-set testVersion 7.1-",
"psalm": "@php ./vendor/vimeo/psalm/psalm --no-suggestions --find-unused-psalm-suppress --no-diff --no-cache --no-file-cache",
"tests:unit": "@php ./vendor/phpunit/phpunit/phpunit --testsuite=unit",
"tests:unit:no-cov": "@php ./vendor/phpunit/phpunit/phpunit --testsuite=unit --no-coverage",
"tests:integration": "@php ./vendor/phpunit/phpunit/phpunit --testsuite=integration --no-coverage",
"qa": [
"@cs",
"@phpcompat",
"@psalm",
"@tests:unit:no-cov"
]
Expand Down

0 comments on commit 91577df

Please sign in to comment.