Pull in latest laravel/laravel changes

This commit is contained in:
Jonny Barnes 2017-03-27 19:10:51 +01:00
parent 997ade3c34
commit f2d8a5091d
8 changed files with 18 additions and 13 deletions

14
composer.lock generated
View file

@ -2658,16 +2658,16 @@
},
{
"name": "ramsey/uuid",
"version": "3.6.0",
"version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "0b7bdfb180e72c8d76e75a649ced67e392201458"
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/0b7bdfb180e72c8d76e75a649ced67e392201458",
"reference": "0b7bdfb180e72c8d76e75a649ced67e392201458",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
"shasum": ""
},
"require": {
@ -2679,9 +2679,9 @@
},
"require-dev": {
"apigen/apigen": "^4.1",
"codeception/aspect-mock": "1.0.0",
"codeception/aspect-mock": "^1.0 | ^2.0",
"doctrine/annotations": "~1.2.0",
"goaop/framework": "1.0.0-alpha.2",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.4",
@ -2736,7 +2736,7 @@
"identifier",
"uuid"
],
"time": "2017-03-18T15:38:09+00:00"
"time": "2017-03-26T20:37:53+00:00"
},
{
"name": "sensiolabs/security-checker",