mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 05:18:14 +08:00
a0fe68272c
Get rid of formatting on user bios, we'll do that with JavaScript
34 lines
853 B
JSON
34 lines
853 B
JSON
{
|
|
"name": "flarum/core",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/support": "5.0.*",
|
|
"tobscure/json-api": "dev-master",
|
|
"oyejorge/less.php": "~1.5",
|
|
"intervention/image": "^2.3.0",
|
|
"s9e/text-formatter": "dev-release/php5.3",
|
|
"psr/http-message": "^1.0",
|
|
"zendframework/zend-diactoros": "^1.1",
|
|
"nikic/fast-route": "^0.6",
|
|
"dflydev/fig-cookies": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "1.4.0",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"phpspec/phpspec": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|