2015-02-24 18:03:18 +08:00
|
|
|
{
|
|
|
|
"name": "flarum/core",
|
2015-10-11 08:48:30 +08:00
|
|
|
"description": "Delightfully simple forum software.",
|
2021-03-05 22:43:35 +08:00
|
|
|
"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": [
|
2015-10-11 08:48:30 +08:00
|
|
|
{
|
2021-02-23 17:32:03 +08:00
|
|
|
"name": "Flarum",
|
|
|
|
"email": "info@flarum.org",
|
|
|
|
"homepage": "https://flarum.org/team"
|
2015-02-24 18:03:18 +08:00
|
|
|
}
|
|
|
|
],
|
2021-06-08 07:58:37 +08:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/flarum"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/flarum"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "other",
|
|
|
|
"url": "https://flarum.org/donate"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 08:48:30 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
|
|
"source": "https://github.com/flarum/core",
|
2021-06-08 07:58:37 +08:00
|
|
|
"docs": "https://docs.flarum.org",
|
|
|
|
"forum": "https://discuss.flarum.org",
|
|
|
|
"chat": "https://flarum.org/chat"
|
2015-10-11 08:48:30 +08:00
|
|
|
},
|
2015-02-24 18:03:18 +08:00
|
|
|
"require": {
|
2021-03-05 22:43:35 +08:00
|
|
|
"php": ">=7.3",
|
2018-07-01 05:46:10 +08:00
|
|
|
"axy/sourcemap": "^0.1.4",
|
2020-08-28 05:01:57 +08:00
|
|
|
"components/font-awesome": "^5.14.0",
|
2021-01-27 06:53:28 +08:00
|
|
|
"dflydev/fig-cookies": "^3.0.0",
|
2018-07-09 06:14:57 +08:00
|
|
|
"doctrine/dbal": "^2.7",
|
2021-03-17 11:04:08 +08:00
|
|
|
"dragonmantank/cron-expression": "^3.1.0",
|
2021-01-27 06:53:28 +08:00
|
|
|
"franzl/whoops-middleware": "^2.0.0",
|
2021-03-05 22:43:35 +08:00
|
|
|
"illuminate/bus": "^8.0",
|
|
|
|
"illuminate/cache": "^8.0",
|
|
|
|
"illuminate/config": "^8.0",
|
2021-03-17 11:04:08 +08:00
|
|
|
"illuminate/console": "^8.0",
|
2021-03-05 22:43:35 +08:00
|
|
|
"illuminate/container": "^8.0",
|
|
|
|
"illuminate/contracts": "^8.0",
|
|
|
|
"illuminate/database": "^8.0",
|
|
|
|
"illuminate/events": "^8.0",
|
|
|
|
"illuminate/filesystem": "^8.0",
|
|
|
|
"illuminate/hashing": "^8.0",
|
|
|
|
"illuminate/mail": "^8.0",
|
|
|
|
"illuminate/queue": "^8.0",
|
|
|
|
"illuminate/session": "^8.0",
|
|
|
|
"illuminate/support": "^8.0",
|
|
|
|
"illuminate/validation": "^8.0",
|
|
|
|
"illuminate/view": "^8.0",
|
2021-07-26 19:02:09 +08:00
|
|
|
"intervention/image": "2.5.* || ^2.6.1",
|
2021-01-27 06:53:28 +08:00
|
|
|
"laminas/laminas-diactoros": "^2.4.1",
|
|
|
|
"laminas/laminas-httphandlerrunner": "^1.2.0",
|
|
|
|
"laminas/laminas-stratigility": "^3.2.2",
|
2015-08-25 18:02:15 +08:00
|
|
|
"league/flysystem": "^1.0.11",
|
2016-03-20 21:27:43 +08:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
2021-01-27 06:53:28 +08:00
|
|
|
"middlewares/base-path": "^2.0.1",
|
|
|
|
"middlewares/base-path-router": "^2.0.1",
|
|
|
|
"middlewares/request-handler": "^2.0.1",
|
2016-03-20 21:27:43 +08:00
|
|
|
"monolog/monolog": "^1.16.0",
|
2020-07-24 22:46:33 +08:00
|
|
|
"nesbot/carbon": "^2.0",
|
2016-03-20 21:27:43 +08:00
|
|
|
"nikic/fast-route": "^0.6",
|
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",
|
2020-02-25 05:46:12 +08:00
|
|
|
"s9e/text-formatter": "^2.3.6",
|
2021-03-05 22:43:35 +08:00
|
|
|
"symfony/config": "^5.2.2",
|
|
|
|
"symfony/console": "^5.2.2",
|
|
|
|
"symfony/event-dispatcher": "^5.2.2",
|
2020-12-17 02:53:17 +08:00
|
|
|
"symfony/mime": "^5.2.0",
|
2021-05-01 00:44:39 +08:00
|
|
|
"symfony/polyfill-intl-messageformatter": "^1.22.0",
|
2021-03-05 22:43:35 +08:00
|
|
|
"symfony/translation": "^5.1.5",
|
|
|
|
"symfony/yaml": "^5.2.2",
|
2020-02-07 04:41:44 +08:00
|
|
|
"tobscure/json-api": "^0.3.0",
|
2020-03-18 06:12:23 +08:00
|
|
|
"wikimedia/less.php": "^3.0"
|
2015-02-24 18:03:18 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-05-26 05:01:54 +08:00
|
|
|
"flarum/testing": "1.0@dev"
|
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": [
|
2021-03-20 02:13:50 +08:00
|
|
|
"src/helpers.php"
|
2015-08-12 17:03:39 +08:00
|
|
|
]
|
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": {
|
2021-05-26 05:01:54 +08:00
|
|
|
"dev-master": "1.x-dev"
|
2016-01-19 14:30:10 +08:00
|
|
|
}
|
2019-01-31 04:16:25 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"@test:unit",
|
|
|
|
"@test:integration"
|
|
|
|
],
|
|
|
|
"test:unit": "phpunit -c tests/phpunit.unit.xml",
|
|
|
|
"test:integration": "phpunit -c tests/phpunit.integration.xml",
|
|
|
|
"test:setup": "@php tests/integration/setup.php"
|
2019-07-06 05:34:23 +08:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
|
|
|
"test": "Runs all tests.",
|
|
|
|
"test:unit": "Runs all unit tests.",
|
|
|
|
"test:integration": "Runs all integration tests.",
|
|
|
|
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
|
2015-08-12 11:54:11 +08:00
|
|
|
}
|
2015-02-24 18:03:18 +08:00
|
|
|
}
|