2015-02-24 18:03:18 +08:00
|
|
|
{
|
|
|
|
"name": "flarum/core",
|
2015-10-11 08:48:30 +08:00
|
|
|
"description": "Delightfully simple forum software.",
|
|
|
|
"keywords": ["forum", "discussion"],
|
2018-08-02 23:39:06 +08:00
|
|
|
"homepage": "https://flarum.org/",
|
2015-10-11 08:48:30 +08:00
|
|
|
"license": "MIT",
|
2015-02-24 18:03:18 +08:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
2015-10-11 08:48:30 +08:00
|
|
|
"email": "toby.zerner@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Franz Liedke",
|
2015-10-14 13:50:42 +08:00
|
|
|
"email": "franz@develophp.org"
|
2015-02-24 18:03:18 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-11 08:48:30 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
|
|
"source": "https://github.com/flarum/core",
|
2018-08-02 23:39:06 +08:00
|
|
|
"docs": "https://flarum.org/docs/"
|
2015-10-11 08:48:30 +08:00
|
|
|
},
|
2015-02-24 18:03:18 +08:00
|
|
|
"require": {
|
2018-05-29 05:21:22 +08:00
|
|
|
"php": ">=7.1",
|
2018-07-01 05:46:10 +08:00
|
|
|
"axy/sourcemap": "^0.1.4",
|
2018-06-02 21:04:19 +08:00
|
|
|
"components/font-awesome": "^5.0.6",
|
2016-03-31 08:43:17 +08:00
|
|
|
"dflydev/fig-cookies": "^1.0.2",
|
2018-07-09 06:14:57 +08:00
|
|
|
"doctrine/dbal": "^2.7",
|
2016-04-18 09:55:40 +08:00
|
|
|
"franzl/whoops-middleware": "^0.4.0",
|
2017-10-05 19:39:41 +08:00
|
|
|
"illuminate/bus": "5.5.*",
|
|
|
|
"illuminate/cache": "5.5.*",
|
|
|
|
"illuminate/config": "5.5.*",
|
|
|
|
"illuminate/container": "5.5.*",
|
|
|
|
"illuminate/contracts": "5.5.*",
|
|
|
|
"illuminate/database": "5.5.*",
|
|
|
|
"illuminate/events": "5.5.*",
|
|
|
|
"illuminate/filesystem": "5.5.*",
|
|
|
|
"illuminate/hashing": "5.5.*",
|
|
|
|
"illuminate/mail": "5.5.*",
|
2018-02-10 09:34:07 +08:00
|
|
|
"illuminate/session": "5.5.*",
|
2017-10-05 19:39:41 +08:00
|
|
|
"illuminate/support": "5.5.*",
|
|
|
|
"illuminate/validation": "5.5.*",
|
|
|
|
"illuminate/view": "5.5.*",
|
2016-03-20 21:27:43 +08:00
|
|
|
"intervention/image": "^2.3.0",
|
2015-08-25 18:02:15 +08:00
|
|
|
"league/flysystem": "^1.0.11",
|
2015-12-05 12:55:10 +08:00
|
|
|
"league/oauth2-client": "~1.0",
|
2016-03-20 21:27:43 +08:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
|
|
|
"monolog/monolog": "^1.16.0",
|
|
|
|
"nikic/fast-route": "^0.6",
|
2018-06-30 11:01:12 +08:00
|
|
|
"oyejorge/less.php": "^1.7",
|
2015-07-02 02:50:41 +08:00
|
|
|
"psr/http-message": "^1.0",
|
2018-05-29 06:17:13 +08:00
|
|
|
"psr/http-server-handler": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0",
|
2018-07-15 04:22:14 +08:00
|
|
|
"s9e/text-formatter": "^1.2.0",
|
2017-12-14 08:00:16 +08:00
|
|
|
"symfony/config": "^3.3",
|
2017-10-05 19:39:41 +08:00
|
|
|
"symfony/console": "^3.3",
|
|
|
|
"symfony/http-foundation": "^3.3",
|
|
|
|
"symfony/translation": "^3.3",
|
|
|
|
"symfony/yaml": "^3.3",
|
2016-03-31 17:32:42 +08:00
|
|
|
"tobscure/json-api": "^0.3.0",
|
2018-08-03 05:13:43 +08:00
|
|
|
"zendframework/zend-diactoros": "^1.8.4",
|
2018-08-03 05:46:39 +08:00
|
|
|
"zendframework/zend-httphandlerrunner": "^1.0",
|
2018-07-01 05:46:10 +08:00
|
|
|
"zendframework/zend-stratigility": "^3.0"
|
2015-02-24 18:03:18 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-28 22:34:32 +08:00
|
|
|
"mockery/mockery": "^0.9.4",
|
2017-10-05 19:39:41 +08:00
|
|
|
"phpunit/phpunit": "^6.0"
|
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": {
|
2018-03-04 07:01:49 +08:00
|
|
|
"Flarum\\Tests\\": "tests/"
|
2015-09-28 22:44:35 +08:00
|
|
|
}
|
|
|
|
},
|
2018-06-02 21:04:19 +08:00
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2016-01-19 14:30:10 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
}
|
2015-08-12 11:54:11 +08:00
|
|
|
}
|
2015-02-24 18:03:18 +08:00
|
|
|
}
|