2014-11-16 22:26:08 +00:00
|
|
|
{
|
2015-01-24 21:01:06 +00:00
|
|
|
"name": "cachethq/cachet",
|
2015-10-29 08:25:31 +00:00
|
|
|
"description": "An open source status page system, for everyone.",
|
2016-10-19 07:53:53 +00:00
|
|
|
"keywords": [
|
|
|
|
"laravel",
|
|
|
|
"cachet",
|
|
|
|
"alt-three",
|
|
|
|
"status",
|
|
|
|
"page"
|
|
|
|
],
|
2015-05-25 18:53:00 +01:00
|
|
|
"type": "project",
|
2015-01-29 19:03:18 +00:00
|
|
|
"license": "BSD-3-Clause",
|
2015-05-23 14:50:17 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "James Brooks",
|
2015-06-25 14:51:14 +01:00
|
|
|
"email": "james@alt-three.com"
|
2015-05-23 14:50:17 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
2015-06-25 14:51:14 +01:00
|
|
|
"email": "graham@alt-three.com"
|
2015-05-23 14:50:17 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Joseph Cohen",
|
2015-06-25 14:51:14 +01:00
|
|
|
"email": "joe@alt-three.com"
|
2015-05-23 14:50:17 +01:00
|
|
|
}
|
|
|
|
],
|
2018-11-14 21:27:24 +00:00
|
|
|
"replace": {
|
|
|
|
"paragonie/random_compat": "*",
|
|
|
|
"symfony/polyfill-mbstring": "*"
|
|
|
|
},
|
2015-03-23 19:40:37 +00:00
|
|
|
"require": {
|
2018-06-27 07:53:03 +01:00
|
|
|
"php": "^7.1.3",
|
2018-11-14 21:27:24 +00:00
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-openssl": "*",
|
2016-08-02 10:55:33 +01:00
|
|
|
"ext-xml": "*",
|
2018-11-14 21:27:24 +00:00
|
|
|
"alt-three/bus": "^4.1",
|
2021-03-29 12:24:45 +01:00
|
|
|
"cachethq/badger": "^2.0",
|
|
|
|
"cachethq/emoji": "^3.0",
|
|
|
|
"cachethq/twitter": "^3.0",
|
2018-11-14 21:27:24 +00:00
|
|
|
"alt-three/validator": "^4.1",
|
2016-06-11 00:45:26 +01:00
|
|
|
"aws/aws-sdk-php": "^3.7",
|
2018-06-17 00:23:59 +01:00
|
|
|
"barryvdh/laravel-cors": "^0.11.0",
|
2020-08-01 08:59:39 +01:00
|
|
|
"bugsnag/bugsnag-laravel": "^2.15",
|
2019-06-26 09:14:42 +03:00
|
|
|
"chillerlan/php-qrcode": "^2.0",
|
2018-12-28 16:43:38 +00:00
|
|
|
"doctrine/dbal": "2.9.*",
|
2018-06-17 00:23:59 +01:00
|
|
|
"fideloper/proxy": "^4.0",
|
2018-12-30 02:46:15 +00:00
|
|
|
"graham-campbell/binput": "^6.0",
|
2018-11-14 21:27:24 +00:00
|
|
|
"graham-campbell/exceptions": "^11.1",
|
2021-03-29 12:24:45 +01:00
|
|
|
"graham-campbell/markdown": "^11.2",
|
2018-11-14 21:27:24 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.3.3",
|
|
|
|
"jenssegers/date": "^3.4",
|
2018-12-28 13:05:23 +00:00
|
|
|
"laravel/framework": "5.7.*",
|
2017-09-30 11:29:03 +01:00
|
|
|
"laravel/tinker": "^1.0",
|
2018-11-14 21:27:24 +00:00
|
|
|
"mccool/laravel-auto-presenter": "^7.1",
|
|
|
|
"nexmo/client": "^1.5",
|
2019-05-24 20:20:57 +03:00
|
|
|
"pragmarx/google2fa": "^5.0",
|
2016-08-23 13:12:23 +01:00
|
|
|
"predis/predis": "^1.1",
|
2023-09-28 17:43:58 +03:00
|
|
|
"twig/twig": "^3.0"
|
2015-03-23 19:40:37 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-06-25 10:42:32 +01:00
|
|
|
"ext-sqlite3": "*",
|
2021-03-29 12:24:45 +01:00
|
|
|
"alt-three/testbench": "5.0.x-dev",
|
2018-11-14 21:27:24 +00:00
|
|
|
"barryvdh/laravel-debugbar": "^3.2",
|
|
|
|
"filp/whoops": "^2.3",
|
|
|
|
"fzaninotto/faker": "^1.8",
|
|
|
|
"graham-campbell/analyzer": "^2.1",
|
|
|
|
"mockery/mockery": "^1.2",
|
|
|
|
"phpunit/phpunit": "^7.4",
|
|
|
|
"tightenco/mailthief": "^0.3.14"
|
2015-03-23 19:40:37 +00:00
|
|
|
},
|
2017-04-24 08:12:25 +01:00
|
|
|
"suggest": {
|
|
|
|
"ext-apc": "APC Support cache driver."
|
|
|
|
},
|
2015-03-23 19:44:30 +00:00
|
|
|
"autoload": {
|
2015-03-23 19:40:37 +00:00
|
|
|
"classmap": [
|
|
|
|
"database"
|
|
|
|
],
|
2015-01-24 21:01:06 +00:00
|
|
|
"files": [
|
2016-06-17 09:16:23 +01:00
|
|
|
"app/helpers.php"
|
2015-01-24 21:01:06 +00:00
|
|
|
],
|
2015-03-23 19:40:37 +00:00
|
|
|
"psr-4": {
|
|
|
|
"CachetHQ\\Cachet\\": "app/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
2015-05-28 18:18:33 +01:00
|
|
|
"psr-4": {
|
|
|
|
"CachetHQ\\Tests\\Cachet\\": "tests/"
|
|
|
|
}
|
2015-03-23 19:40:37 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-12-24 15:50:28 +00:00
|
|
|
"post-root-package-install": [
|
2018-06-25 21:58:28 +01:00
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
2015-12-24 15:50:28 +00:00
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
2018-06-25 21:58:28 +01:00
|
|
|
"@php artisan key:generate"
|
2015-07-07 10:57:29 +01:00
|
|
|
],
|
2018-06-25 21:58:28 +01:00
|
|
|
"post-autoload-dump": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
"@php artisan package:discover"
|
2021-03-29 12:24:45 +01:00
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"@php artisan config:clear",
|
|
|
|
"vendor/bin/phpunit"
|
|
|
|
],
|
|
|
|
"test-coverage": [
|
|
|
|
"@php artisan config:clear",
|
|
|
|
"vendor/bin/phpunit --coverage-clover=coverage.xml"
|
2015-03-23 19:40:37 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2018-11-14 21:27:24 +00:00
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
},
|
2017-05-03 09:37:26 +01:00
|
|
|
"preferred-install": "dist",
|
2017-06-13 23:12:10 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true
|
2015-05-25 18:02:04 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-06-10 08:40:57 +01:00
|
|
|
"dev-master": "2.4-dev"
|
2015-05-25 18:02:04 +01:00
|
|
|
}
|
2015-05-23 10:48:10 +01:00
|
|
|
},
|
2017-03-17 21:05:30 +00:00
|
|
|
"minimum-stability": "dev",
|
2015-05-23 10:48:10 +01:00
|
|
|
"prefer-stable": true
|
2016-10-19 12:29:50 +01:00
|
|
|
}
|