Update to Laravel 5.5.25

This commit is contained in:
Nabeel Shahzad
2017-12-17 13:52:42 -06:00
parent 0fdafdec0f
commit 87ab746812
4 changed files with 11 additions and 8 deletions

13
composer.lock generated
View File

@@ -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"
],
"content-hash": "d063351d417cd47b46435e0f911a2d16",
"content-hash": "ec5e5013aa142d4d397b6d7fe00f6397",
"packages": [
{
"name": "composer/semver",
@@ -1427,16 +1427,16 @@
},
{
"name": "laravel/framework",
"version": "v5.5.23",
"version": "v5.5.25",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777"
"reference": "0a5b6112f325c56ae5a6679c08a0a10723153fe0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
"reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
"url": "https://api.github.com/repos/laravel/framework/zipball/0a5b6112f325c56ae5a6679c08a0a10723153fe0",
"reference": "0a5b6112f325c56ae5a6679c08a0a10723153fe0",
"shasum": ""
},
"require": {
@@ -1516,6 +1516,7 @@
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
"laravel/tinker": "Required to use the tinker console command (~1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
"league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
@@ -1556,7 +1557,7 @@
"framework",
"laravel"
],
"time": "2017-12-04T14:19:08+00:00"
"time": "2017-12-11T14:59:28+00:00"
},
{
"name": "laravelcollective/html",