mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 13:05:32 +08:00
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Mentions\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"style": "phpcs --standard=PSR2 -np src"
|
|
}
|
|
}
|