mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 03:59:51 +08:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "flarum/core",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/bus": "5.1.*",
|
|
"illuminate/cache": "5.1.*",
|
|
"illuminate/config": "5.1.*",
|
|
"illuminate/container": "5.1.*",
|
|
"illuminate/contracts": "5.1.*",
|
|
"illuminate/database": "5.1.*",
|
|
"illuminate/events": "5.1.*",
|
|
"illuminate/filesystem": "5.1.*",
|
|
"illuminate/hashing": "5.1.*",
|
|
"illuminate/mail": "5.1.*",
|
|
"illuminate/support": "5.1.*",
|
|
"illuminate/validation": "5.1.*",
|
|
"illuminate/view": "5.1.*",
|
|
"league/flysystem": "^1.0.11",
|
|
"tobscure/json-api": "^0.1.1",
|
|
"oyejorge/less.php": "~1.5",
|
|
"intervention/image": "^2.3.0",
|
|
"s9e/text-formatter": "^0.3.2",
|
|
"psr/http-message": "^1.0",
|
|
"zendframework/zend-diactoros": "^1.1",
|
|
"nikic/fast-route": "^0.6",
|
|
"dflydev/fig-cookies": "^1.0",
|
|
"symfony/console": "^2.7",
|
|
"symfony/yaml": "^2.7",
|
|
"doctrine/dbal": "^2.5"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"phpspec/phpspec": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "phpspec run",
|
|
"style": "phpcs --standard=PSR2 -np src"
|
|
}
|
|
}
|