mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Likes\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"style": "phpcs --standard=PSR2 -np src"
|
|
}
|
|
}
|