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:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user