From 9d0d9f504e24e6adc2a1e0e36874a7faa93cf5e7 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 17 May 2021 17:11:03 -0500 Subject: [PATCH] chore: update deps --- composer.json | 4 ++-- composer.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index e80ddbf..6d824e2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.", "type": "library", "license": "GPL-v2-or-later", - "version": "1.3.1", + "version": "1.3.2", "authors": [ { "name": "Elegant Themes", @@ -23,7 +23,7 @@ ], "require": { "php": ">=7.4", - "elegantthemes/ease": "1.2.0" + "elegantthemes/ease": "1.2.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 8559a15..2b01c08 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": "5a2e1df505753ac84f320eb5a0efbc93", + "content-hash": "1e6b281d53a7e77a8f4579614ffbb42f", "packages": [ { "name": "elegantthemes/ease", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "git@github.com:elegantthemes/ease.git", - "reference": "d169e0199509c505f3157ba741d4cf95ee9ba0f3" + "reference": "2595f703f52fb149f5f9f78a3fe98686cda9fb34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elegantthemes/ease/zipball/d169e0199509c505f3157ba741d4cf95ee9ba0f3", - "reference": "d169e0199509c505f3157ba741d4cf95ee9ba0f3", + "url": "https://api.github.com/repos/elegantthemes/ease/zipball/2595f703f52fb149f5f9f78a3fe98686cda9fb34", + "reference": "2595f703f52fb149f5f9f78a3fe98686cda9fb34", "shasum": "", "mirrors": [ { @@ -50,10 +50,10 @@ ], "description": "Utilities that make reading and writing PHP code more convenient and enjoyable", "support": { - "source": "https://github.com/elegantthemes/ease/tree/1.2.0", + "source": "https://github.com/elegantthemes/ease/tree/1.2.1", "issues": "https://github.com/elegantthemes/ease/issues" }, - "time": "2020-10-13T21:01:54+00:00" + "time": "2021-05-17T22:06:38+00:00" } ], "packages-dev": [],