We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a1c29 commit bb9d7d7Copy full SHA for bb9d7d7
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Run integration tests with phpunit
67
run: vendor/bin/phpunit tests/Integration/
68
- name: Running the system tests
69
- run: vendor/bin/phpunit tests/Integration/;
+ run: vendor/bin/phpunit tests/System/;
70
- name: Running static analysis
71
run: vendor/bin/phpstan analyse -l 5 src/ tests/;
72
- name: Running PHPMD
composer.json
@@ -60,7 +60,7 @@
60
"phpunit/phpunit": "^9.5.2",
61
"guzzlehttp/guzzle": "^7.2.0",
62
"squizlabs/php_codesniffer": "^3.5.8",
63
- "phpstan/phpstan": "^0.12.57",
+ "phpstan/phpstan": "^1.10",
64
"nette/caching": "^3.1.0",
65
"nikic/php-parser": "^4.10.4",
"phpmd/phpmd": "^2.6.0",
0 commit comments