mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 02:37:42 +08:00
11 lines
170 B
JSON
11 lines
170 B
JSON
|
{
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Flarum\\Reports\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"style": "phpcs --standard=PSR2 -np src"
|
||
|
}
|
||
|
}
|