Skip to content

Commit be9249e

Browse files
Simplify bootstrap and standardize phpunit config
Remove phpunit and require_once unnecessary
1 parent 571bcc7 commit be9249e

File tree

5 files changed

+401
-2158
lines changed

5 files changed

+401
-2158
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"php-parallel-lint/php-parallel-lint": "^1.4",
1111
"phpstan/extension-installer": "^1.4",
1212
"phpstan/phpstan": "^2.1",
13-
"phpstan/phpstan-deprecation-rules": "^2.0",
14-
"phpunit/phpunit": "^9.6"
13+
"phpstan/phpstan-deprecation-rules": "^2.0"
1514
},
1615
"config": {
1716
"optimize-autoloader": true,

0 commit comments

Comments
 (0)