Another attempt to get the app to work.
This commit is contained in:
parent
4951273597
commit
176602d14b
1 changed files with 12 additions and 12 deletions
24
composer.lock
generated
24
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "5c6026b96e6fa11a641b51a6ba976f5e",
|
||||
"hash": "9b17480643a3385848d169584a3ae257",
|
||||
"packages": [
|
||||
{
|
||||
"name": "classpreloader/classpreloader",
|
||||
|
@ -363,16 +363,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.1.10",
|
||||
"version": "v5.1.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "d47ccc8de10ccb6f328cc90f901ca5e47e077c93"
|
||||
"reference": "e24a87cee3d12d42bc1b9ffa2821ef2ce22ef553"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/d47ccc8de10ccb6f328cc90f901ca5e47e077c93",
|
||||
"reference": "d47ccc8de10ccb6f328cc90f901ca5e47e077c93",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/e24a87cee3d12d42bc1b9ffa2821ef2ce22ef553",
|
||||
"reference": "e24a87cee3d12d42bc1b9ffa2821ef2ce22ef553",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -487,7 +487,7 @@
|
|||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2015-08-12 18:16:08"
|
||||
"time": "2015-08-30 15:44:09"
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem",
|
||||
|
@ -572,16 +572,16 @@
|
|||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "1.16.0",
|
||||
"version": "1.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Seldaek/monolog.git",
|
||||
"reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7"
|
||||
"reference": "877ae631713cc961952df713ae785735b90df682"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c0c0b4bee3aabce7182876b0d912ef2595563db7",
|
||||
"reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/877ae631713cc961952df713ae785735b90df682",
|
||||
"reference": "877ae631713cc961952df713ae785735b90df682",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -598,7 +598,7 @@
|
|||
"php-console/php-console": "^3.1.3",
|
||||
"phpunit/phpunit": "~4.5",
|
||||
"phpunit/phpunit-mock-objects": "2.3.0",
|
||||
"raven/raven": "~0.8",
|
||||
"raven/raven": "~0.11",
|
||||
"ruflin/elastica": ">=0.90 <3.0",
|
||||
"swiftmailer/swiftmailer": "~5.3",
|
||||
"videlalvaro/php-amqplib": "~2.4"
|
||||
|
@ -644,7 +644,7 @@
|
|||
"logging",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2015-08-09 17:44:44"
|
||||
"time": "2015-08-30 11:40:25"
|
||||
},
|
||||
{
|
||||
"name": "mtdowling/cron-expression",
|
||||
|
|
Loading…
Reference in a new issue