2014-12-20 14:26:46 +08:00
|
|
|
{
|
|
|
|
"name": "flarum/core",
|
|
|
|
"description": "",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby@flarum.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"illuminate/support": "4.2.*",
|
|
|
|
"laracasts/commander": "1.1.*",
|
2014-12-20 17:39:16 +08:00
|
|
|
"fzaninotto/faker": "1.4.0",
|
|
|
|
"tobscure/json-api": "dev-master",
|
|
|
|
"tobscure/permissible": "dev-master"
|
2014-12-20 14:26:46 +08:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/migrations"
|
|
|
|
],
|
|
|
|
"psr-0": {
|
|
|
|
"Flarum\\Core": "src/",
|
|
|
|
"Flarum\\Api": "src/",
|
|
|
|
"Flarum\\Web": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"php artisan config:publish flarum/core"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev"
|
|
|
|
}
|