mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Initial extension requirements, will eventually have stubs
This commit is contained in:
16
php-packages/phpstan/composer.json
Normal file
16
php-packages/phpstan/composer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "flarum/phpstan",
|
||||
"description": "Flarum PHPStan extension",
|
||||
"minimum-stability": "stable",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"phpstan/phpstan-php-parser": "^1.0"
|
||||
},
|
||||
"extra": {
|
||||
"phpstan": {
|
||||
"includes": [
|
||||
"extension.neon"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user