From 3e9945cc09db23060187b813b895f0fc35c02e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 06:55:48 +0000 Subject: [PATCH] Bump wyrihaximus/constants from 1.5.0 to 1.6.0 Bumps [wyrihaximus/constants](https://github.com/WyriHaximus/php-constants) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/WyriHaximus/php-constants/releases) - [Commits](https://github.com/WyriHaximus/php-constants/compare/1.5.0...1.6.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index e33f0b4..c7118ce 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "react/event-loop": "^1.1", "react/promise": "^2.7", "reactivex/rxphp": "^2.0", - "wyrihaximus/constants": "^1.4.3", + "wyrihaximus/constants": "^1.6.0", "wyrihaximus/metrics": "^1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index f236512..ecdeaf9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d135eb632be7a12bb495f7245336cf73", + "content-hash": "0f64ea67166de9a5278fc51c30b6e2a0", "packages": [ { "name": "lcobucci/clock", @@ -429,20 +429,20 @@ }, { "name": "wyrihaximus/constants", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-constants.git", - "reference": "a2202b683261f8119f3772eb1e3469a2b5c4d9eb" + "reference": "32ceffdd881593c7fa24d8fcbf9deb58687484cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-constants/zipball/a2202b683261f8119f3772eb1e3469a2b5c4d9eb", - "reference": "a2202b683261f8119f3772eb1e3469a2b5c4d9eb", + "url": "https://api.github.com/repos/WyriHaximus/php-constants/zipball/32ceffdd881593c7fa24d8fcbf9deb58687484cb", + "reference": "32ceffdd881593c7fa24d8fcbf9deb58687484cb", "shasum": "" }, "require": { - "php": "^7.0 || ^5.3" + "php": "^8 || ^7 || ^5.3" }, "type": "library", "autoload": { @@ -467,9 +467,15 @@ "description": "Collection of constants for PHP", "support": { "issues": "https://github.com/WyriHaximus/php-constants/issues", - "source": "https://github.com/WyriHaximus/php-constants/tree/master" + "source": "https://github.com/WyriHaximus/php-constants/tree/1.6.0" }, - "time": "2020-04-02T21:00:04+00:00" + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2020-11-28T12:04:43+00:00" }, { "name": "wyrihaximus/metrics",