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 b4f2d78 commit d8e7e3bCopy full SHA for d8e7e3b
2 files changed
.github/workflows/run-tests.yml
@@ -46,3 +46,6 @@ jobs:
46
47
- name: Execute tests
48
run: vendor/bin/phpunit --no-coverage
49
+
50
+ - name: Check PHPStan
51
+ run: vendor/bin/phpstan analyse
composer.json
@@ -24,8 +24,9 @@
24
"phpstan/phpstan": "^2.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^10.3.2",
28
"friendsofphp/php-cs-fixer": "^3.21.1",
+ "phpstan/extension-installer": "^1.4",
29
+ "phpunit/phpunit": "^10.3.2",
30
"spatie/ray": "^1.28"
31
32
"autoload": {
0 commit comments