1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Forgot phpunit in the composer file

This commit is contained in:
Matthew Kilgore
2021-11-24 23:04:14 -05:00
parent ca2ac10c17
commit c561897f1c

View File

@@ -4,7 +4,8 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"license": "MIT", "license": "MIT",
"require": { "require": {
"phpstan/phpstan-php-parser": "^1.0" "phpstan/phpstan-php-parser": "^1.0",
"phpstan/phpstan": "^1.2"
}, },
"extra": { "extra": {
"phpstan": { "phpstan": {