2015-02-24 20:33:18 +10:30
|
|
|
{
|
|
|
|
"name": "flarum/core",
|
|
|
|
"description": "",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby@flarum.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
2015-08-12 18:33:39 +09:30
|
|
|
"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.*",
|
2015-08-12 13:24:11 +09:30
|
|
|
"illuminate/support": "5.1.*",
|
2015-08-12 18:33:39 +09:30
|
|
|
"illuminate/validation": "5.1.*",
|
|
|
|
"illuminate/view": "5.1.*",
|
2015-08-25 19:32:15 +09:30
|
|
|
"league/flysystem": "^1.0.11",
|
2015-08-12 00:23:27 +02:00
|
|
|
"tobscure/json-api": "^0.1.1",
|
2015-07-01 20:50:41 +02:00
|
|
|
"oyejorge/less.php": "~1.5",
|
|
|
|
"intervention/image": "^2.3.0",
|
2015-09-14 18:45:49 +09:30
|
|
|
"s9e/text-formatter": "^0.3.2",
|
2015-07-01 20:50:41 +02:00
|
|
|
"psr/http-message": "^1.0",
|
2015-06-26 22:34:34 +02:00
|
|
|
"zendframework/zend-diactoros": "^1.1",
|
2015-06-26 23:09:58 +02:00
|
|
|
"nikic/fast-route": "^0.6",
|
2015-08-13 10:12:39 +09:30
|
|
|
"dflydev/fig-cookies": "^1.0",
|
2015-08-17 14:32:38 +09:30
|
|
|
"symfony/console": "^2.7",
|
2015-09-14 15:31:05 +09:30
|
|
|
"symfony/yaml": "^2.7",
|
|
|
|
"doctrine/dbal": "^2.5"
|
2015-02-24 20:33:18 +10:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-07-15 23:47:30 +02:00
|
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
|
|
"phpspec/phpspec": "^2.2"
|
2015-02-24 20:33:18 +10:30
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\": "src/"
|
2015-08-12 18:33:39 +09:30
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helpers.php"
|
|
|
|
]
|
2015-08-30 14:59:10 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "phpspec run",
|
|
|
|
"style": "phpcs --standard=PSR2 -np src"
|
2015-08-12 13:24:11 +09:30
|
|
|
}
|
2015-02-24 20:33:18 +10:30
|
|
|
}
|