We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dbe6b commit 83c2b7aCopy full SHA for 83c2b7a
.travis.yml
@@ -31,7 +31,6 @@ script:
31
- ./vendor/bin/phpcs
32
- ./vendor/bin/psalm
33
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then ./vendor/bin/phpunit --coverage-clover coverage.xml; else ./vendor/bin/phpunit; fi
34
- - ls -la
35
36
after_success:
37
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
composer.json
@@ -29,7 +29,7 @@
29
"phpunit/phpunit": "^8.5 || ^9.5",
30
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.3",
+ "vimeo/psalm": "^4.3.1",
"phpro/grumphp": "^0.19 || ^1.2.0"
}
0 commit comments