Skip to content

Commit af859d3

Browse files
committed
Removed phpinsights (deprecated), added phpunit 12 support
1 parent 3b23c88 commit af859d3

File tree

4 files changed

+879
-4538
lines changed

4 files changed

+879
-4538
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
- name: PHPStan code analysis
6565
run: php vendor/bin/phpstan analyze
6666

67-
- name: PHPinsights code analysis
68-
run: php vendor/bin/phpinsights analyse --no-interaction
69-
7067
- name: Execute Rector
7168
run: vendor/bin/rector --dry-run
7269

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
},
1717
"require-dev" : {
1818
"squizlabs/php_codesniffer" : ">=3.7",
19-
"phpunit/phpunit" : "^11",
2019
"phpstan/phpstan": "^2",
2120
"phpstan/phpstan-phpunit": "^2",
22-
"rector/rector": "^2",
23-
"nunomaduro/phpinsights": "^2"
21+
"phpunit/phpunit": "^12",
22+
"rector/rector": "^2"
2423
},
2524
"autoload" : {
2625
"psr-4" : {

0 commit comments

Comments
 (0)