Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-26 21:04:29 +0300
committerGitHub <noreply@github.com>2022-10-26 21:04:29 +0300
commit48ef3a091441ff8fca75fa3b6f04da7d9c8f7595 (patch)
tree7c59f6a0dc3c24f9930e4ab2239e39b67090c852
parent3095d4062823f3f913d594f9ff313010ed55cd74 (diff)
Bump php-ds/php-ds from 1.3.0 to 1.4.1dependabot/composer/stable25/php-ds/php-ds-1.4.1
Bumps [php-ds/php-ds](https://github.com/php-ds/polyfill) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/php-ds/polyfill/releases) - [Changelog](https://github.com/php-ds/polyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-ds/polyfill/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: php-ds/php-ds dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock16
1 files changed, 10 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 9ceed2f2..fb537b7f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -2787,21 +2787,21 @@
},
{
"name": "php-ds/php-ds",
- "version": "v1.3.0",
+ "version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/php-ds/polyfill.git",
- "reference": "b98396862fb8a13cbdbbaf4d18be28ee5c01ed3c"
+ "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-ds/polyfill/zipball/b98396862fb8a13cbdbbaf4d18be28ee5c01ed3c",
- "reference": "b98396862fb8a13cbdbbaf4d18be28ee5c01ed3c",
+ "url": "https://api.github.com/repos/php-ds/polyfill/zipball/43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
+ "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
"shasum": ""
},
"require": {
"ext-json": "*",
- "php": ">=7.0.0"
+ "php": ">=7.0"
},
"provide": {
"ext-ds": "1.3.0"
@@ -2834,7 +2834,11 @@
"php",
"polyfill"
],
- "time": "2020-10-14T04:23:31+00:00"
+ "support": {
+ "issues": "https://github.com/php-ds/polyfill/issues",
+ "source": "https://github.com/php-ds/polyfill/tree/v1.4.1"
+ },
+ "time": "2022-03-09T20:39:30+00:00"
},
{
"name": "php-http/guzzle7-adapter",