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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-04-08 01:00:49 +0300
committerGitHub <noreply@github.com>2022-04-08 01:00:49 +0300
commit6b546d077d6f55aa27c78e1bc1550a696e3d584b (patch)
tree7a8af6aaaac65a5733b4ab992de7ef7cbf520ddc /tests
parentd47892d0b3a7160576c7bfb7f0dc375f40db5bb0 (diff)
parent6ccaebe2d5dca6c70b194fbe810cbce5e6eab790 (diff)
Merge pull request #590 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/psr7-2.2.1
Bump guzzlehttp/psr7 from 1.8.1 to 2.2.1 in /tests/integration
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/integration/composer.lock b/tests/integration/composer.lock
index 81b6c67a..e0b19aa6 100644
--- a/tests/integration/composer.lock
+++ b/tests/integration/composer.lock
@@ -416,16 +416,16 @@
},
{
"name": "guzzlehttp/psr7",
- "version": "2.1.0",
+ "version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
+ "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
- "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
+ "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
"shasum": ""
},
"require": {
@@ -449,7 +449,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.1-dev"
+ "dev-master": "2.2-dev"
}
},
"autoload": {
@@ -511,7 +511,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.1.0"
+ "source": "https://github.com/guzzle/psr7/tree/2.2.1"
},
"funding": [
{
@@ -527,7 +527,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-06T17:43:30+00:00"
+ "time": "2022-03-20T21:55:58+00:00"
},
{
"name": "psr/container",