chore: update project dependencies

This commit is contained in:
Björn Fromme
2024-07-09 15:09:30 +02:00
parent 2ff4b7d007
commit e6f7c8864a
Generated
+27 -26
View File
@@ -139,16 +139,16 @@
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.5.0", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99" "reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/063d9aa8696582f5a41dffbbaf3c81024f0a604a",
"reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", "reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -158,7 +158,7 @@
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"psr/log": "^1.0", "psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/phpunit-bridge": "^4.2 || ^5", "symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
}, },
@@ -195,7 +195,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues", "issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.5.0" "source": "https://github.com/composer/ca-bundle/tree/1.5.1"
}, },
"funding": [ "funding": [
{ {
@@ -211,7 +211,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-15T14:00:32+00:00" "time": "2024-07-08T15:28:20+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@@ -1969,16 +1969,16 @@
}, },
{ {
"name": "liip/imagine-bundle", "name": "liip/imagine-bundle",
"version": "2.13.0", "version": "2.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git", "url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "0c95437a7e1a0561004c8f7f7a412884f9f12438" "reference": "f3b67426800a6a86840de7447bb552c61a79f4b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/0c95437a7e1a0561004c8f7f7a412884f9f12438", "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/f3b67426800a6a86840de7447bb552c61a79f4b6",
"reference": "0c95437a7e1a0561004c8f7f7a412884f9f12438", "reference": "f3b67426800a6a86840de7447bb552c61a79f4b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2069,9 +2069,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues", "issues": "https://github.com/liip/LiipImagineBundle/issues",
"source": "https://github.com/liip/LiipImagineBundle/tree/2.13.0" "source": "https://github.com/liip/LiipImagineBundle/tree/2.13.1"
}, },
"time": "2024-06-19T09:35:35+00:00" "time": "2024-07-03T13:28:14+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@@ -2176,20 +2176,21 @@
}, },
{ {
"name": "nelmio/security-bundle", "name": "nelmio/security-bundle",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
"reference": "6a6c75ef6342385ef732f0b5afa705660177250f" "reference": "de34d69ddc2227a4d5928030d2439106faf7a427"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/6a6c75ef6342385ef732f0b5afa705660177250f", "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/de34d69ddc2227a4d5928030d2439106faf7a427",
"reference": "6a6c75ef6342385ef732f0b5afa705660177250f", "reference": "de34d69ddc2227a4d5928030d2439106faf7a427",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.5 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.3 || ^7.0", "symfony/http-kernel": "^5.4 || ^6.3 || ^7.0",
"symfony/security-core": "^5.4 || ^6.3 || ^7.0", "symfony/security-core": "^5.4 || ^6.3 || ^7.0",
@@ -2243,9 +2244,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues", "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.3.0" "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.4.0"
}, },
"time": "2024-04-10T08:11:27+00:00" "time": "2024-07-05T07:26:02+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
@@ -9796,16 +9797,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v5.0.2", "version": "v5.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9816,7 +9817,7 @@
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "^0.0.7", "ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^9.0"
}, },
"bin": [ "bin": [
"bin/php-parse" "bin/php-parse"
@@ -9848,9 +9849,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
}, },
"time": "2024-03-05T20:51:40+00:00" "time": "2024-07-01T20:03:41+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",