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 3b23c88 commit af859d3Copy full SHA for af859d3
.github/workflows/tests.yml
@@ -64,9 +64,6 @@ jobs:
64
- name: PHPStan code analysis
65
run: php vendor/bin/phpstan analyze
66
67
- - name: PHPinsights code analysis
68
- run: php vendor/bin/phpinsights analyse --no-interaction
69
-
70
- name: Execute Rector
71
run: vendor/bin/rector --dry-run
72
composer.json
@@ -16,11 +16,10 @@
16
},
17
"require-dev" : {
18
"squizlabs/php_codesniffer" : ">=3.7",
19
- "phpunit/phpunit" : "^11",
20
"phpstan/phpstan": "^2",
21
"phpstan/phpstan-phpunit": "^2",
22
- "rector/rector": "^2",
23
- "nunomaduro/phpinsights": "^2"
+ "phpunit/phpunit": "^12",
+ "rector/rector": "^2"
24
25
"autoload" : {
26
"psr-4" : {
0 commit comments