Merge branch 'master' into dependabot/composer/ergebnis/composer-normalize-2.43.0

This commit is contained in:
Yassine Guedidi 2024-06-17 12:20:03 +02:00 committed by GitHub
commit 8ac998958a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

71
composer.lock generated
View file

@ -13528,16 +13528,16 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "fb97497490bcec8a3c32c809cacfdd4c15dc8390" "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb97497490bcec8a3c32c809cacfdd4c15dc8390", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625",
"reference": "fb97497490bcec8a3c32c809cacfdd4c15dc8390", "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13570,7 +13570,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.4.39" "source": "https://github.com/symfony/stopwatch/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -13586,7 +13586,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
@ -16650,16 +16650,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.58.1", "version": "v3.59.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "04e9424025677a86914b9a4944dbbf4060bb0aff" "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
"reference": "04e9424025677a86914b9a4944dbbf4060bb0aff", "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16689,16 +16689,16 @@
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"facile-it/paraunit": "^1.3 || ^2.0", "facile-it/paraunit": "^1.3 || ^2.3",
"infection/infection": "^0.27.11", "infection/infection": "^0.29.5",
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.1", "keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.11", "mikey179/vfsstream": "^1.6.11",
"php-coveralls/php-coveralls": "^2.7", "php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
"phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2", "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0", "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0" "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
}, },
@ -16713,7 +16713,10 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PhpCsFixer\\": "src/" "PhpCsFixer\\": "src/"
} },
"exclude-from-classmap": [
"src/Fixer/Internal/*"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -16738,7 +16741,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.59.3"
}, },
"funding": [ "funding": [
{ {
@ -16746,7 +16749,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-29T16:39:07+00:00" "time": "2024-06-16T14:17:03+00:00"
}, },
{ {
"name": "friendsoftwig/twigcs", "name": "friendsoftwig/twigcs",
@ -18150,28 +18153,28 @@
}, },
{ {
"name": "react/dns", "name": "react/dns",
"version": "v1.12.0", "version": "v1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/dns.git", "url": "https://github.com/reactphp/dns.git",
"reference": "c134600642fa615b46b41237ef243daa65bb64ec" "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec", "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
"reference": "c134600642fa615b46b41237ef243daa65bb64ec", "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5", "react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.2", "react/event-loop": "^1.2",
"react/promise": "^3.0 || ^2.7 || ^1.2.1" "react/promise": "^3.2 || ^2.7 || ^1.2.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
"react/async": "^4 || ^3 || ^2", "react/async": "^4.3 || ^3 || ^2",
"react/promise-timer": "^1.9" "react/promise-timer": "^1.11"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -18214,7 +18217,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/reactphp/dns/issues", "issues": "https://github.com/reactphp/dns/issues",
"source": "https://github.com/reactphp/dns/tree/v1.12.0" "source": "https://github.com/reactphp/dns/tree/v1.13.0"
}, },
"funding": [ "funding": [
{ {
@ -18222,7 +18225,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-11-29T12:41:06+00:00" "time": "2024-06-13T14:18:03+00:00"
}, },
{ {
"name": "react/event-loop", "name": "react/event-loop",
@ -18378,16 +18381,16 @@
}, },
{ {
"name": "react/stream", "name": "react/stream",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/stream.git", "url": "https://github.com/reactphp/stream.git",
"reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66" "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66", "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
"reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66", "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -18397,7 +18400,7 @@
}, },
"require-dev": { "require-dev": {
"clue/stream-filter": "~1.2", "clue/stream-filter": "~1.2",
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -18444,7 +18447,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/reactphp/stream/issues", "issues": "https://github.com/reactphp/stream/issues",
"source": "https://github.com/reactphp/stream/tree/v1.3.0" "source": "https://github.com/reactphp/stream/tree/v1.4.0"
}, },
"funding": [ "funding": [
{ {
@ -18452,7 +18455,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-06-16T10:52:11+00:00" "time": "2024-06-11T12:45:25+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",