framework/extensions/sticky/composer.json

11 lines
169 B
JSON
Raw Normal View History

2015-05-07 22:26:02 +09:30
{
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
2015-06-08 15:04:51 +09:30
}
2015-05-07 22:26:02 +09:30
}