2015-02-24 18:03:18 +08:00
|
|
|
{
|
|
|
|
"name": "flarum/core",
|
|
|
|
"description": "",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby@flarum.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2015-09-16 15:56:19 +08:00
|
|
|
"php": ">=5.5.9",
|
2015-08-12 17:03:39 +08:00
|
|
|
"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 11:54:11 +08:00
|
|
|
"illuminate/support": "5.1.*",
|
2015-08-12 17:03:39 +08:00
|
|
|
"illuminate/validation": "5.1.*",
|
|
|
|
"illuminate/view": "5.1.*",
|
2015-08-25 18:02:15 +08:00
|
|
|
"league/flysystem": "^1.0.11",
|
2015-08-12 06:23:27 +08:00
|
|
|
"tobscure/json-api": "^0.1.1",
|
2015-07-02 02:50:41 +08:00
|
|
|
"oyejorge/less.php": "~1.5",
|
|
|
|
"intervention/image": "^2.3.0",
|
2015-09-23 15:03:24 +08:00
|
|
|
"s9e/text-formatter": "^0.4.0",
|
2015-07-02 02:50:41 +08:00
|
|
|
"psr/http-message": "^1.0",
|
2015-06-27 04:34:34 +08:00
|
|
|
"zendframework/zend-diactoros": "^1.1",
|
2015-06-27 05:09:58 +08:00
|
|
|
"nikic/fast-route": "^0.6",
|
2015-08-13 08:42:39 +08:00
|
|
|
"dflydev/fig-cookies": "^1.0",
|
2015-08-17 13:02:38 +08:00
|
|
|
"symfony/console": "^2.7",
|
2015-09-14 14:01:05 +08:00
|
|
|
"symfony/yaml": "^2.7",
|
2015-09-28 22:59:07 +08:00
|
|
|
"doctrine/dbal": "^2.5",
|
2015-10-02 16:17:12 +08:00
|
|
|
"zendframework/zend-stratigility": "^1.1",
|
|
|
|
"monolog/monolog": "^1.16.0",
|
|
|
|
"franzl/whoops-middleware": "dev-master"
|
2015-02-24 18:03:18 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-28 22:34:32 +08:00
|
|
|
"mockery/mockery": "^0.9.4",
|
2015-07-16 05:47:30 +08:00
|
|
|
"squizlabs/php_codesniffer": "2.*",
|
2015-09-28 22:09:13 +08:00
|
|
|
"phpunit/phpunit": "^4.8"
|
2015-02-24 18:03:18 +08:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-09-28 22:44:35 +08:00
|
|
|
"Flarum\\": "src/"
|
2015-08-12 17:03:39 +08:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helpers.php"
|
|
|
|
]
|
2015-08-30 20:59:10 +08:00
|
|
|
},
|
2015-09-28 22:44:35 +08:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2015-08-30 20:59:10 +08:00
|
|
|
"scripts": {
|
2015-09-28 22:09:13 +08:00
|
|
|
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
|
2015-08-30 20:59:10 +08:00
|
|
|
"style": "phpcs --standard=PSR2 -np src"
|
2015-08-12 11:54:11 +08:00
|
|
|
}
|
2015-02-24 18:03:18 +08:00
|
|
|
}
|