Use hard-coded versions, add sqs and redis deps for availability out of the box.
This commit is contained in:
parent
13ce251593
commit
59c29dc3a6
|
@ -8,28 +8,25 @@
|
||||||
"email": "dane@daneeveritt.com",
|
"email": "dane@daneeveritt.com",
|
||||||
"homepage": "https://github.com/DaneEveritt",
|
"homepage": "https://github.com/DaneEveritt",
|
||||||
"role": "Lead Developer"
|
"role": "Lead Developer"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Dylan Seidt",
|
|
||||||
"email": "dylan.seidt@gmail.com",
|
|
||||||
"role": "Developer"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.4",
|
"php": ">=5.6.4",
|
||||||
"laravel/framework": "5.3.6",
|
"laravel/framework": "5.3.21",
|
||||||
"barryvdh/laravel-debugbar": "^2.2.3",
|
"barryvdh/laravel-debugbar": "2.2.3",
|
||||||
"doctrine/dbal": "^2.5.4",
|
"doctrine/dbal": "2.5.5",
|
||||||
"guzzlehttp/guzzle": "^6.2.1",
|
"guzzlehttp/guzzle": "6.2.2",
|
||||||
"pragmarx/google2fa": "^1.0.1",
|
"pragmarx/google2fa": "1.0.1",
|
||||||
"webpatser/laravel-uuid": "^2.0",
|
"webpatser/laravel-uuid": "2.0.1",
|
||||||
"prologue/alerts": "^0.4.0",
|
"prologue/alerts": "0.4.0",
|
||||||
"s1lentium/iptools": "^1.1.0",
|
"s1lentium/iptools": "1.1.0",
|
||||||
"edvinaskrucas/settings": "^2.0",
|
"edvinaskrucas/settings": "2.0.0",
|
||||||
"igaster/laravel-theme": "^1.1.3",
|
"igaster/laravel-theme": "1.1.3",
|
||||||
"nesbot/carbon": "^1.21",
|
"nesbot/carbon": "1.21.0",
|
||||||
"mtdowling/cron-expression": "^1.1",
|
"mtdowling/cron-expression": "1.1.0",
|
||||||
"dingo/api": "1.0.0-beta6"
|
"dingo/api": "1.0.0-beta6",
|
||||||
|
"aws/aws-sdk-php": "3.19.20",
|
||||||
|
"predis/predis": "1.1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fzaninotto/faker": "~1.4",
|
"fzaninotto/faker": "~1.4",
|
||||||
|
|
Loading…
Reference in New Issue