Skip to content
Snippets Groups Projects
Commit fbf9401c authored by Renovate Bot's avatar Renovate Bot
Browse files

fix(deps): update dependency dbp/relay-auth-bundle to v0.1.4

parent c7de9b13
Branches
Tags
1 merge request!45fix(deps): update dependency dbp/relay-auth-bundle to v0.1.4
Pipeline #57617 passed
...@@ -300,11 +300,11 @@ ...@@ -300,11 +300,11 @@
}, },
{ {
"name": "dbp/relay-auth-bundle", "name": "dbp/relay-auth-bundle",
"version": "v0.1.3", "version": "v0.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git",
"reference": "381e6cf2b36da9ecee190ddcfd1c3fd8cee7d5df" "reference": "89d4166cdfe6885b4c67709dbdaeb533fe58c3fc"
}, },
"require": { "require": {
"dbp/relay-core-bundle": "^0.1.10", "dbp/relay-core-bundle": "^0.1.10",
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2021-10-12T14:16:29+00:00" "time": "2021-10-13T09:39:54+00:00"
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
...@@ -959,16 +959,16 @@ ...@@ -959,16 +959,16 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.4.1", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -980,7 +980,7 @@ ...@@ -980,7 +980,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.5-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -996,10 +996,25 @@ ...@@ -996,10 +996,25 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{ {
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
} }
], ],
"description": "Guzzle promises library", "description": "Guzzle promises library",
...@@ -1008,38 +1023,49 @@ ...@@ -1008,38 +1023,49 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.1" "source": "https://github.com/guzzle/promises/tree/1.5.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
}, },
"time": "2021-03-07T09:25:29+00:00" {
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-07T13:05:22+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.0.0", "version": "1.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7" "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7", "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7", "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.5 || ^8.0", "php": ">=5.4.0",
"psr/http-factory": "^1.0", "psr/http-message": "~1.0",
"psr/http-message": "^1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
"ralouphie/getallheaders": "^3.0"
}, },
"provide": { "provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0" "psr/http-message-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1", "ext-zlib": "*",
"http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
}, },
"suggest": { "suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
...@@ -1047,32 +1073,51 @@ ...@@ -1047,32 +1073,51 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0-dev" "dev-master": "1.7-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"GuzzleHttp\\Psr7\\": "src/" "GuzzleHttp\\Psr7\\": "src/"
} },
"files": [
"src/functions_include.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{ {
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
}, },
{ {
"name": "Tobias Schultze", "name": "George Mponos",
"homepage": "https://github.com/Tobion" "email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
}, },
{ {
"name": "Márk Sági-Kazár", "name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com", "email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu" "homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
} }
], ],
"description": "PSR-7 message implementation that also provides common utility methods", "description": "PSR-7 message implementation that also provides common utility methods",
...@@ -1088,26 +1133,41 @@ ...@@ -1088,26 +1133,41 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.0.0" "source": "https://github.com/guzzle/psr7/tree/1.8.3"
}, },
"time": "2021-06-30T20:03:07+00:00" "funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2021-10-05T13:56:00+00:00"
}, },
{ {
"name": "kevinrob/guzzle-cache-middleware", "name": "kevinrob/guzzle-cache-middleware",
"version": "v3.4.0", "version": "v3.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Kevinrob/guzzle-cache-middleware.git", "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
"reference": "d40eb54f08362d01da598da1b0e7421e8c3a52f6" "reference": "122e309f64934511146a88d5645599f561b6fae3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/d40eb54f08362d01da598da1b0e7421e8c3a52f6", "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/122e309f64934511146a88d5645599f561b6fae3",
"reference": "d40eb54f08362d01da598da1b0e7421e8c3a52f6", "reference": "122e309f64934511146a88d5645599f561b6fae3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0", "guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7.0",
"php": ">=5.5.0" "php": ">=5.5.0"
}, },
"require-dev": { "require-dev": {
...@@ -1170,9 +1230,9 @@ ...@@ -1170,9 +1230,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues", "issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.4.0" "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.4.1"
}, },
"time": "2021-07-02T15:53:35+00:00" "time": "2021-07-11T09:00:28+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
...@@ -1688,61 +1748,6 @@ ...@@ -1688,61 +1748,6 @@
}, },
"time": "2020-06-29T06:28:15+00:00" "time": "2020-06-29T06:28:15+00:00"
}, },
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{ {
"name": "psr/http-message", "name": "psr/http-message",
"version": "1.0.1", "version": "1.0.1",
...@@ -3838,16 +3843,16 @@ ...@@ -3838,16 +3843,16 @@
}, },
{ {
"name": "symfony/password-hasher", "name": "symfony/password-hasher",
"version": "v5.3.7", "version": "v5.3.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/password-hasher.git", "url": "https://github.com/symfony/password-hasher.git",
"reference": "106639b209d0f8b0946394a1108acc9cc20e2216" "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/106639b209d0f8b0946394a1108acc9cc20e2216", "url": "https://api.github.com/repos/symfony/password-hasher/zipball/4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
"reference": "106639b209d0f8b0946394a1108acc9cc20e2216", "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3891,7 +3896,7 @@ ...@@ -3891,7 +3896,7 @@
"password" "password"
], ],
"support": { "support": {
"source": "https://github.com/symfony/password-hasher/tree/v5.3.7" "source": "https://github.com/symfony/password-hasher/tree/v5.3.8"
}, },
"funding": [ "funding": [
{ {
...@@ -3907,7 +3912,7 @@ ...@@ -3907,7 +3912,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-08-17T15:45:42+00:00" "time": "2021-09-03T12:22:16+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
...@@ -4923,16 +4928,16 @@ ...@@ -4923,16 +4928,16 @@
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "v5.3.7", "version": "v5.3.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1" "reference": "62e5943d042aa5fc43d44b40209aa7304f68c56e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/bd3a055d1092a46f6b6599bcda5a7624cd804cb1", "url": "https://api.github.com/repos/symfony/security-core/zipball/62e5943d042aa5fc43d44b40209aa7304f68c56e",
"reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1", "reference": "62e5943d042aa5fc43d44b40209aa7304f68c56e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4996,7 +5001,7 @@ ...@@ -4996,7 +5001,7 @@
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-core/tree/v5.3.7" "source": "https://github.com/symfony/security-core/tree/v5.3.8"
}, },
"funding": [ "funding": [
{ {
...@@ -5012,7 +5017,7 @@ ...@@ -5012,7 +5017,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-08-14T21:25:00+00:00" "time": "2021-09-21T20:52:44+00:00"
}, },
{ {
"name": "symfony/security-csrf", "name": "symfony/security-csrf",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment