Skip to content

Commit d8e7e3b

Browse files
committed
improvements
1 parent b4f2d78 commit d8e7e3b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ jobs:
4646

4747
- name: Execute tests
4848
run: vendor/bin/phpunit --no-coverage
49+
50+
- name: Check PHPStan
51+
run: vendor/bin/phpstan analyse

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
"phpstan/phpstan": "^2.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.3.2",
2827
"friendsofphp/php-cs-fixer": "^3.21.1",
28+
"phpstan/extension-installer": "^1.4",
29+
"phpunit/phpunit": "^10.3.2",
2930
"spatie/ray": "^1.28"
3031
},
3132
"autoload": {

0 commit comments

Comments
 (0)