Upgraded dependencies

This commit is contained in:
Jan Böhmer 2024-01-27 20:33:27 +01:00
parent d111905ba0
commit d720cde693
2 changed files with 48 additions and 48 deletions

26
composer.lock generated
View file

@ -937,16 +937,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.7.3",
"version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "ce594cbc39a4866c544f1a970d285ff0548221ad"
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ce594cbc39a4866c544f1a970d285ff0548221ad",
"reference": "ce594cbc39a4866c544f1a970d285ff0548221ad",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d244f2e6e6bf32bff5174e6729b57214923ecec9",
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9",
"shasum": ""
},
"require": {
@ -1030,7 +1030,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.7.3"
"source": "https://github.com/doctrine/dbal/tree/3.8.0"
},
"funding": [
{
@ -1046,7 +1046,7 @@
"type": "tidelift"
}
],
"time": "2024-01-21T07:53:09+00:00"
"time": "2024-01-25T21:44:02+00:00"
},
{
"name": "doctrine/deprecations",
@ -15346,16 +15346,16 @@
},
{
"name": "netresearch/jsonmapper",
"version": "v4.2.0",
"version": "v4.3.0",
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956"
"reference": "f94839946c3bd19bdeb9c7d81f6b4fe7e378ddc3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956",
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f94839946c3bd19bdeb9c7d81f6b4fe7e378ddc3",
"reference": "f94839946c3bd19bdeb9c7d81f6b4fe7e378ddc3",
"shasum": ""
},
"require": {
@ -15366,7 +15366,7 @@
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
"squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
@ -15391,9 +15391,9 @@
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0"
"source": "https://github.com/cweiske/jsonmapper/tree/v4.3.0"
},
"time": "2023-04-09T17:37:40+00:00"
"time": "2024-01-27T14:56:43+00:00"
},
{
"name": "phar-io/manifest",