11 lines
176 B
JSON
Raw Normal View History

2015-06-26 12:24:07 +09:30
{
"autoload": {
"psr-4": {
"Flarum\\Subscriptions\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
2015-06-26 12:24:07 +09:30
}
}