mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 21:27:14 +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"
|
|
}
|
|
}
|