Skip to content
Snippets Groups Projects

chore(deps): lock file maintenance

Merged Reiter, Christoph requested to merge renovate/lock-file-maintenance into main
1 file
+ 46
87
Compare changes
  • Side-by-side
  • Inline
+ 46
87
@@ -226,9 +226,15 @@
"version": "v0.1.5",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git",
"url": "git@gitlab.tugraz.at:dbp/dbp-api/api-core-bundle.git",
"reference": "2f3ecf2b90b42a3cef145b733d60ddd99e4de5ce"
},
"dist": {
"type": "zip",
"url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Fdbp-api%2Fapi-core-bundle/repository/archive.zip?sha=2f3ecf2b90b42a3cef145b733d60ddd99e4de5ce",
"reference": "2f3ecf2b90b42a3cef145b733d60ddd99e4de5ce",
"shasum": ""
},
"require": {
"api-platform/core": "^2.6.3",
"doctrine/annotations": "^1.0",
@@ -302,16 +308,25 @@
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-07-08T08:08:43+00:00"
"support": {
"issues": "https://gitlab.tugraz.at/api/v4/projects/8296/issues"
},
"time": "2021-07-08T10:08:43+02:00"
},
{
"name": "dbp/api-starter-bundle",
"version": "v0.1.0",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-starter-bundle.git",
"url": "git@gitlab.tugraz.at:dbp/dbp-api/api-starter-bundle.git",
"reference": "7b6b6ceba3f536ee5533ff2702fb691ef72caf3d"
},
"dist": {
"type": "zip",
"url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Fdbp-api%2Fapi-starter-bundle/repository/archive.zip?sha=7b6b6ceba3f536ee5533ff2702fb691ef72caf3d",
"reference": "7b6b6ceba3f536ee5533ff2702fb691ef72caf3d",
"shasum": ""
},
"require": {
"api-platform/core": "^2.5",
"dbp/api-core-bundle": "^0.1.3",
@@ -369,7 +384,10 @@
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-07-06T13:18:24+00:00"
"support": {
"issues": "https://gitlab.tugraz.at/api/v4/projects/7436/issues"
},
"time": "2021-07-06T15:18:24+02:00"
},
{
"name": "doctrine/annotations",
@@ -914,32 +932,29 @@
},
{
"name": "guzzlehttp/psr7",
"version": "2.0.0",
"version": "1.8.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -947,13 +962,16 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -968,11 +986,6 @@
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
@@ -988,32 +1001,33 @@
],
"support": {
"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.2"
},
"time": "2021-06-30T20:03:07+00:00"
"time": "2021-04-26T09:17:50+00:00"
},
{
"name": "kevinrob/guzzle-cache-middleware",
"version": "v3.3.1",
"version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
"reference": "f978b8da7484a16e26589a5518d6bacc6ccdee99"
"reference": "122e309f64934511146a88d5645599f561b6fae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/f978b8da7484a16e26589a5518d6bacc6ccdee99",
"reference": "f978b8da7484a16e26589a5518d6bacc6ccdee99",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/122e309f64934511146a88d5645599f561b6fae3",
"reference": "122e309f64934511146a88d5645599f561b6fae3",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7.0",
"php": ">=5.5.0"
},
"require-dev": {
"cache/array-adapter": "^0.4 || ^0.5 || ^1.0",
"cache/simple-cache-bridge": "^0.1 || ^1.0",
"doctrine/cache": "^1.0",
"guzzlehttp/guzzle": "^6.0",
"illuminate/cache": "^5.0",
"league/flysystem": "^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.0",
@@ -1070,9 +1084,9 @@
],
"support": {
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.3.1"
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.4.1"
},
"time": "2020-02-14T11:17:02+00:00"
"time": "2021-07-11T09:00:28+00:00"
},
{
"name": "monolog/monolog",
@@ -1588,61 +1602,6 @@
},
"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",
"version": "1.0.1",
Loading