From 14290ef18fef05c4fd626aa698c2bed44eba8552 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Wed, 12 Aug 2020 14:55:33 -0500 Subject: [PATCH] chore: Update composer.lock build: [skip-ci] --- composer.lock | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 30e5733..208a021 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d6e2e8d44438b8159021d9b7854352d8", + "content-hash": "0ae88d5f4f8a57b7f7cd476b09fa2f46", "packages": [ { "name": "elegantthemes/ease", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "git@github.com:elegantthemes/ease.git", - "reference": "e8fe7ae1231200f394acf2c09a0c1a4c16599f13" + "reference": "50cd55f9c6cdfff274a8d93cc5f0c7275600cb50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elegantthemes/ease/zipball/e8fe7ae1231200f394acf2c09a0c1a4c16599f13", - "reference": "e8fe7ae1231200f394acf2c09a0c1a4c16599f13", + "url": "https://api.github.com/repos/elegantthemes/ease/zipball/50cd55f9c6cdfff274a8d93cc5f0c7275600cb50", + "reference": "50cd55f9c6cdfff274a8d93cc5f0c7275600cb50", "shasum": "", "mirrors": [ { @@ -26,6 +26,9 @@ } ] }, + "require": { + "php": ">=7.4" + }, "type": "library", "autoload": { "files": [ @@ -47,10 +50,10 @@ ], "description": "Utilities that make reading and writing PHP code more convenient and enjoyable", "support": { - "source": "https://github.com/elegantthemes/ease/tree/master", + "source": "https://github.com/elegantthemes/ease/tree/1.1.0", "issues": "https://github.com/elegantthemes/ease/issues" }, - "time": "2020-07-28T20:50:28+00:00" + "time": "2020-08-12T19:52:36+00:00" }, { "name": "repman-io/composer-plugin",