framework/extensions/suspend/composer.json

11 lines
170 B
JSON
Raw Normal View History

2015-08-05 14:38:53 +08:00
{
"autoload": {
"psr-4": {
"Flarum\\Suspend\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
2015-08-05 14:38:53 +08:00
}
}