From 808e37a0855e4ec9eb7176987dd09b5953676cb3 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 6 Mar 2018 15:31:05 -0700 Subject: [PATCH] Force 5.4.27 version of illuminate/support --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8d2e558..02fd125 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require": { "php": ">=7", "composer/installers": "~1.0", - "illuminate/support": "5.4.*", + "illuminate/support": "5.4.27", "roots/sage-lib": "~9.0.0-beta.4", "soberwp/controller": "~9.0.0-beta.4" }, diff --git a/composer.lock b/composer.lock index 4e14632..2c32a96 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "322b4ff0f42bfe9fd5fca0a5152ccf50", + "content-hash": "77b9bc12da79a411b1216fbe53c131a8", "packages": [ { "name": "brain/hierarchy", @@ -532,20 +532,20 @@ }, { "name": "illuminate/support", - "version": "v5.4.36", + "version": "v5.4.27", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a" + "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/feab1d1495fd6d38970bd6c83586ba2ace8f299a", - "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a", + "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d", + "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d", "shasum": "" }, "require": { - "doctrine/inflector": "~1.1", + "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.4.*", "paragonie/random_compat": "~1.4|~2.0", @@ -585,7 +585,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2017-08-15T13:25:41+00:00" + "time": "2017-06-15T12:35:32+00:00" }, { "name": "illuminate/view",