From 2f7b0a7db523414685f31246cdf3e963d8247a6a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 31 May 2020 10:38:37 +0545 Subject: [PATCH] Update doctrine/instantiator (1.3.0 => 1.3.1) --- changelog/unreleased/37464 | 3 +++ composer.lock | 13 +++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 changelog/unreleased/37464 diff --git a/changelog/unreleased/37464 b/changelog/unreleased/37464 new file mode 100644 index 000000000000..a1a51408b900 --- /dev/null +++ b/changelog/unreleased/37464 @@ -0,0 +1,3 @@ +Change: Update doctrine/instantiator (1.3.0 => 1.3.1) + +https://github.com/owncloud/core/pull/37464 diff --git a/composer.lock b/composer.lock index 6c4f04bc3182..6b3de052b4e2 100644 --- a/composer.lock +++ b/composer.lock @@ -1565,6 +1565,7 @@ "javascript", "minification" ], + "abandoned": true, "time": "2016-04-19T09:28:22+00:00" }, { @@ -3534,20 +3535,20 @@ }, { "name": "doctrine/instantiator", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -3586,7 +3587,7 @@ "constructor", "instantiate" ], - "time": "2019-10-21T16:45:58+00:00" + "time": "2020-05-29T17:27:14+00:00" }, { "name": "jakub-onderka/php-console-color",