chore: update project dependencies, fix deprecated config setting

This commit is contained in:
Björn Fromme
2026-08-11 11:45:58 +02:00
parent af04ff690d
commit a1506ef58d
2 changed files with 32 additions and 30 deletions
Generated
+30 -30
View File
@@ -3208,16 +3208,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.13.1", "version": "3.13.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/CarbonPHP/carbon.git", "url": "https://github.com/CarbonPHP/carbon.git",
"reference": "2937ad3d1d2c506fd2bc97d571438a95641f44e2" "reference": "a1c54919f5fff9800cd03c32bd01defd5a4061cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/2937ad3d1d2c506fd2bc97d571438a95641f44e2", "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/a1c54919f5fff9800cd03c32bd01defd5a4061cb",
"reference": "2937ad3d1d2c506fd2bc97d571438a95641f44e2", "reference": "a1c54919f5fff9800cd03c32bd01defd5a4061cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3309,7 +3309,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-07-09T18:23:49+00:00" "time": "2026-08-08T11:40:35+00:00"
}, },
{ {
"name": "nyholm/psr7", "name": "nyholm/psr7",
@@ -12497,16 +12497,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.35", "version": "9.6.36",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0edba2f3a0c48df3553cb9b640810b30df60302b" "reference": "abab27ed286d3e1246fbbfe6b56bfd732d945ec9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0edba2f3a0c48df3553cb9b640810b30df60302b", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/abab27ed286d3e1246fbbfe6b56bfd732d945ec9",
"reference": "0edba2f3a0c48df3553cb9b640810b30df60302b", "reference": "abab27ed286d3e1246fbbfe6b56bfd732d945ec9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -12531,7 +12531,7 @@
"sebastian/comparator": "^4.0.10", "sebastian/comparator": "^4.0.10",
"sebastian/diff": "^4.0.6", "sebastian/diff": "^4.0.6",
"sebastian/environment": "^5.1.5", "sebastian/environment": "^5.1.5",
"sebastian/exporter": "^4.0.8", "sebastian/exporter": "^4.0.9",
"sebastian/global-state": "^5.0.8", "sebastian/global-state": "^5.0.8",
"sebastian/object-enumerator": "^4.0.4", "sebastian/object-enumerator": "^4.0.4",
"sebastian/resource-operations": "^3.0.4", "sebastian/resource-operations": "^3.0.4",
@@ -12580,7 +12580,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.35" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.36"
}, },
"funding": [ "funding": [
{ {
@@ -12588,7 +12588,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2026-07-06T14:48:07+00:00" "time": "2026-08-11T06:25:15+00:00"
}, },
{ {
"name": "react/cache", "name": "react/cache",
@@ -13617,16 +13617,16 @@
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "4.0.8", "version": "4.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c" "reference": "4352c1a3df741a7ba9e61af6fed51d1fee41cbf7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/4352c1a3df741a7ba9e61af6fed51d1fee41cbf7",
"reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c", "reference": "4352c1a3df741a7ba9e61af6fed51d1fee41cbf7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -13682,7 +13682,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues", "issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.8" "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.9"
}, },
"funding": [ "funding": [
{ {
@@ -13702,7 +13702,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-09-24T06:03:27+00:00" "time": "2026-08-11T04:55:59+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@@ -13951,16 +13951,16 @@
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "4.0.6", "version": "4.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "539c6691e0623af6dc6f9c20384c120f963465a0" "reference": "c85be6922b7fd365942b986b9a50397d65407611"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c85be6922b7fd365942b986b9a50397d65407611",
"reference": "539c6691e0623af6dc6f9c20384c120f963465a0", "reference": "c85be6922b7fd365942b986b9a50397d65407611",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14002,7 +14002,7 @@
"homepage": "https://github.com/sebastianbergmann/recursion-context", "homepage": "https://github.com/sebastianbergmann/recursion-context",
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues", "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6" "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.7"
}, },
"funding": [ "funding": [
{ {
@@ -14022,7 +14022,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-10T06:57:39+00:00" "time": "2026-08-11T05:25:24+00:00"
}, },
{ {
"name": "sebastian/resource-operations", "name": "sebastian/resource-operations",
@@ -14507,16 +14507,16 @@
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v7.4.14", "version": "v7.4.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "11eeee9d109963145e66f5b1919e5cf5411da58b" "reference": "49757f773056f1180f16667e0a5a533d262cbe9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/11eeee9d109963145e66f5b1919e5cf5411da58b", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/49757f773056f1180f16667e0a5a533d262cbe9a",
"reference": "11eeee9d109963145e66f5b1919e5cf5411da58b", "reference": "49757f773056f1180f16667e0a5a533d262cbe9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14568,7 +14568,7 @@
"testing" "testing"
], ],
"support": { "support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.4.14" "source": "https://github.com/symfony/phpunit-bridge/tree/v7.4.16"
}, },
"funding": [ "funding": [
{ {
@@ -14588,7 +14588,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-06-08T20:24:16+00:00" "time": "2026-08-07T14:56:57+00:00"
}, },
{ {
"name": "symfony/web-profiler-bundle", "name": "symfony/web-profiler-bundle",
@@ -17,6 +17,8 @@ league_oauth2_server:
default: ['email'] default: ['email']
persistence: persistence:
doctrine: null doctrine: null
client:
allow_plaintext_secrets: false
when@test: when@test:
league_oauth2_server: league_oauth2_server: