1
0
mirror of https://github.com/flarum/core.git synced 2025-08-27 10:05:47 +02:00

Pushing latest stuff

This commit is contained in:
Matthew Kilgore
2021-12-28 20:45:22 -05:00
parent 05aa62f70c
commit 853926ce0b
80 changed files with 7103 additions and 16105 deletions

View File

@@ -7,11 +7,19 @@
"phpstan/phpstan-php-parser": "^1.0",
"phpstan/phpstan": "^1.2"
},
"autoload": {
"psr-4": {
"Flarum\\PHPStan\\": "src/"
}
},
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}