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.",
|
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
2015-03-23 19:40:37 +00:00
|
|
|
"require": {
|
2015-10-24 22:24:39 +01:00
|
|
|
"php": ">=5.5.9",
|
2016-06-27 15:48:35 +01:00
|
|
|
"laravel/framework": "5.2.39",
|
2016-05-06 22:46:51 +01:00
|
|
|
"alt-three/badger": "^3.1",
|
|
|
|
"alt-three/bus": "^1.1",
|
|
|
|
"alt-three/emoji": "^3.1",
|
2016-05-28 15:45:38 +01:00
|
|
|
"alt-three/throttle": "^1.0",
|
2016-05-06 22:46:51 +01:00
|
|
|
"alt-three/validator": "^1.5",
|
2016-06-11 00:45:26 +01:00
|
|
|
"aws/aws-sdk-php": "^3.7",
|
2016-05-06 22:46:51 +01:00
|
|
|
"backup-manager/laravel": "^1.1",
|
2016-02-24 12:32:39 +00:00
|
|
|
"barryvdh/laravel-cors": "^0.8",
|
2015-03-23 19:44:30 +00:00
|
|
|
"doctrine/dbal": "^2.5",
|
2016-05-27 12:17:00 +01:00
|
|
|
"fedeisas/laravel-mail-css-inliner": "^1.5",
|
2015-12-24 15:28:21 +00:00
|
|
|
"fideloper/proxy": "^3.1",
|
2016-05-06 13:46:46 +01:00
|
|
|
"graham-campbell/binput": "^3.4",
|
2016-05-25 10:31:05 +01:00
|
|
|
"graham-campbell/core": "^5.1",
|
2016-06-03 17:20:14 +01:00
|
|
|
"graham-campbell/exceptions": "^8.6",
|
2016-05-06 13:46:46 +01:00
|
|
|
"graham-campbell/markdown": "^6.1",
|
2016-07-18 18:46:43 +01:00
|
|
|
"guzzlehttp/guzzle": "^6.2.1",
|
2016-05-06 22:46:51 +01:00
|
|
|
"jenssegers/date": "^3.2",
|
|
|
|
"mccool/laravel-auto-presenter": "^4.3",
|
2015-12-24 15:44:06 +00:00
|
|
|
"pragmarx/google2fa": "^0.7.1",
|
2016-03-26 17:59:51 +00:00
|
|
|
"rcrowe/twigbridge": "^0.9.2",
|
2016-07-17 16:38:24 +01:00
|
|
|
"roumen/feed": "^2.10.4"
|
2015-03-23 19:40:37 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-07-24 14:47:29 +01:00
|
|
|
"alt-three/testbench": "^1.7",
|
2016-05-20 17:40:31 +01:00
|
|
|
"filp/whoops": "^2.1",
|
|
|
|
"fzaninotto/faker": "^1.6",
|
2015-11-08 20:09:27 +00:00
|
|
|
"graham-campbell/testbench-core": "^1.1",
|
2016-05-25 10:31:05 +01:00
|
|
|
"mockery/mockery": "0.9.5",
|
2015-12-24 15:44:06 +00:00
|
|
|
"phpunit/phpunit": "4.8.21",
|
|
|
|
"symfony/css-selector": "^3.0",
|
|
|
|
"symfony/dom-crawler": "^3.0"
|
2015-03-23 19:40:37 +00:00
|
|
|
},
|
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": [
|
|
|
|
"php -r \"copy('.env.example', '.env');\"",
|
|
|
|
"php artisan key:generate"
|
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"php artisan key:generate"
|
2015-07-07 10:57:29 +01:00
|
|
|
],
|
2015-03-23 19:40:37 +00:00
|
|
|
"post-install-cmd": [
|
2016-03-26 17:59:51 +00:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
2015-07-05 11:51:41 +01:00
|
|
|
"php artisan optimize --force",
|
|
|
|
"php artisan config:cache",
|
2016-02-26 10:10:25 +00:00
|
|
|
"php artisan route:cache"
|
2015-03-23 19:40:37 +00:00
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2016-03-26 17:59:51 +00:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
2015-07-05 11:51:41 +01:00
|
|
|
"php artisan optimize --force",
|
|
|
|
"php artisan config:cache",
|
2016-02-26 10:10:25 +00:00
|
|
|
"php artisan route:cache"
|
2015-03-23 19:40:37 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2015-10-02 11:45:39 +01:00
|
|
|
"platform": {
|
|
|
|
"php": "5.5.9"
|
|
|
|
},
|
2015-05-25 18:02:04 +01:00
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-23 11:00:30 +01:00
|
|
|
"dev-master": "2.3-dev"
|
2015-05-25 18:02:04 +01:00
|
|
|
}
|
2015-05-23 10:48:10 +01:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2014-11-16 22:26:08 +00:00
|
|
|
}
|