Bump the dev-dependencies group with 3 updates (#132)

Bumps the dev-dependencies group with 3 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `friendsofphp/php-cs-fixer` from 3.95.2 to 3.95.3
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.95.2...v3.95.3)

Updates `phpstan/phpstan-doctrine` from 2.0.22 to 2.0.23
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/2.0.22...2.0.23)

Updates `phpstan/phpstan-symfony` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/2.0.18...2.0.19)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-version: 2.0.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-version: 2.0.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-30 00:52:50 +00:00
committed by GitHub
parent d127e16ada
commit 89455997de
Generated
+69 -67
View File
@@ -4083,20 +4083,21 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v8.0.9", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "0c3c1a17604c4dbbec4b93fe162c538482096e1f" "reference": "f249ae3f680958b6f1f9dd76e5747cf0695b4102"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0c3c1a17604c4dbbec4b93fe162c538482096e1f", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f249ae3f680958b6f1f9dd76e5747cf0695b4102",
"reference": "0c3c1a17604c4dbbec4b93fe162c538482096e1f", "reference": "f249ae3f680958b6f1f9dd76e5747cf0695b4102",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher-contracts": "^2.5|^3" "symfony/event-dispatcher-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
@@ -4144,7 +4145,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v8.0.9" "source": "https://github.com/symfony/event-dispatcher/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -4164,7 +4165,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-04-18T13:51:42+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@@ -4248,20 +4249,21 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v8.0.11", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "224db910898ce1317b892a9a1338f1f8f17eb7c7" "reference": "99aec13b82b4967ec5088222c4a3ecca955949c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/224db910898ce1317b892a9a1338f1f8f17eb7c7", "url": "https://api.github.com/repos/symfony/filesystem/zipball/99aec13b82b4967ec5088222c4a3ecca955949c2",
"reference": "224db910898ce1317b892a9a1338f1f8f17eb7c7", "reference": "99aec13b82b4967ec5088222c4a3ecca955949c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8" "symfony/polyfill-mbstring": "~1.8"
}, },
@@ -4294,7 +4296,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v8.0.11" "source": "https://github.com/symfony/filesystem/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -4314,24 +4316,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-11T16:39:47+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v8.0.8", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "8da41214757b87d97f181e3d14a4179286151007" "reference": "58d2e767a66052c1487356f953445634a8194c64"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/8da41214757b87d97f181e3d14a4179286151007", "url": "https://api.github.com/repos/symfony/finder/zipball/58d2e767a66052c1487356f953445634a8194c64",
"reference": "8da41214757b87d97f181e3d14a4179286151007", "reference": "58d2e767a66052c1487356f953445634a8194c64",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4" "php": ">=8.4.1"
}, },
"require-dev": { "require-dev": {
"symfony/filesystem": "^7.4|^8.0" "symfony/filesystem": "^7.4|^8.0"
@@ -4362,7 +4364,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v8.0.8" "source": "https://github.com/symfony/finder/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -4382,7 +4384,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-03-30T15:14:47+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
@@ -5312,20 +5314,20 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v8.0.8", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "b48bce0a70b914f6953dafbd10474df232ed4de8" "reference": "88f9c561f678a02d54b897014049fa839e33ff82"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/b48bce0a70b914f6953dafbd10474df232ed4de8", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/88f9c561f678a02d54b897014049fa839e33ff82",
"reference": "b48bce0a70b914f6953dafbd10474df232ed4de8", "reference": "88f9c561f678a02d54b897014049fa839e33ff82",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3" "symfony/deprecation-contracts": "^2.5|^3"
}, },
"type": "library", "type": "library",
@@ -5359,7 +5361,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v8.0.8" "source": "https://github.com/symfony/options-resolver/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -5379,7 +5381,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-03-30T15:14:47+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/password-hasher", "name": "symfony/password-hasher",
@@ -5881,20 +5883,20 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v8.0.13", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "4f23d9c7637ead9ed19f697fe93cb87fd9b379d4" "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/4f23d9c7637ead9ed19f697fe93cb87fd9b379d4", "url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
"reference": "4f23d9c7637ead9ed19f697fe93cb87fd9b379d4", "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4" "php": ">=8.4.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -5922,7 +5924,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v8.0.13" "source": "https://github.com/symfony/process/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -5942,7 +5944,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-23T18:05:53+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
@@ -7031,20 +7033,20 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v8.0.13", "version": "v8.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "f2e3e4d33579350d1b12001ef2872f86b27ed3dc" "reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/f2e3e4d33579350d1b12001ef2872f86b27ed3dc", "url": "https://api.github.com/repos/symfony/string/zipball/afd5944f4005862d961efb85c8bbd5c523c4e3c9",
"reference": "f2e3e4d33579350d1b12001ef2872f86b27ed3dc", "reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.4.1",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-intl-grapheme": "^1.33", "symfony/polyfill-intl-grapheme": "^1.33",
"symfony/polyfill-intl-normalizer": "^1.0", "symfony/polyfill-intl-normalizer": "^1.0",
@@ -7097,7 +7099,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v8.0.13" "source": "https://github.com/symfony/string/tree/v8.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -7117,7 +7119,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-23T18:05:53+00:00" "time": "2026-05-29T05:06:50+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@@ -9165,23 +9167,23 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.95.2", "version": "v3.95.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": "a28d88a5e172b27e78d0816992b15a9df3da20f1" "reference": "3d681493acc0e93283481b1c63c263737df78687"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a28d88a5e172b27e78d0816992b15a9df3da20f1", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3d681493acc0e93283481b1c63c263737df78687",
"reference": "a28d88a5e172b27e78d0816992b15a9df3da20f1", "reference": "3d681493acc0e93283481b1c63c263737df78687",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"clue/ndjson-react": "^1.3", "clue/ndjson-react": "^1.3",
"composer/semver": "^3.4", "composer/semver": "^3.4",
"composer/xdebug-handler": "^3.0.5", "composer/xdebug-handler": "^3.0.5",
"ergebnis/agent-detector": "^1.1.1", "ergebnis/agent-detector": "^1.2",
"ext-filter": "*", "ext-filter": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
@@ -9198,10 +9200,10 @@
"symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
"symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
"symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.33", "symfony/polyfill-mbstring": "^1.37",
"symfony/polyfill-php80": "^1.33", "symfony/polyfill-php80": "^1.37",
"symfony/polyfill-php81": "^1.33", "symfony/polyfill-php81": "^1.37",
"symfony/polyfill-php84": "^1.33", "symfony/polyfill-php84": "^1.37",
"symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0", "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0",
"symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0" "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0"
}, },
@@ -9215,9 +9217,9 @@
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
"phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.55", "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.55",
"symfony/polyfill-php85": "^1.33", "symfony/polyfill-php85": "^1.37",
"symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.8", "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.8",
"symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.8" "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.11"
}, },
"suggest": { "suggest": {
"ext-dom": "For handling output formats in XML", "ext-dom": "For handling output formats in XML",
@@ -9258,7 +9260,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.95.2" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.3"
}, },
"funding": [ "funding": [
{ {
@@ -9266,7 +9268,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-05-15T09:20:44+00:00" "time": "2026-05-29T20:35:26+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@@ -9618,16 +9620,16 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "2.0.22", "version": "2.0.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "e87516b034749432d51653c0147e053e476e8c53" "reference": "4821d678585be36f585273de38c06b7e4a98bb91"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e87516b034749432d51653c0147e053e476e8c53", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4821d678585be36f585273de38c06b7e4a98bb91",
"reference": "e87516b034749432d51653c0147e053e476e8c53", "reference": "4821d678585be36f585273de38c06b7e4a98bb91",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9689,9 +9691,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues", "issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.22" "source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.23"
}, },
"time": "2026-05-09T08:10:48+00:00" "time": "2026-05-25T15:58:25+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
@@ -9751,16 +9753,16 @@
}, },
{ {
"name": "phpstan/phpstan-symfony", "name": "phpstan/phpstan-symfony",
"version": "2.0.18", "version": "2.0.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git", "url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d" "reference": "546071ed7f80a89ec30909346eb7cc741800740a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d", "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/546071ed7f80a89ec30909346eb7cc741800740a",
"reference": "a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d", "reference": "546071ed7f80a89ec30909346eb7cc741800740a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9819,9 +9821,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues", "issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.18" "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.19"
}, },
"time": "2026-05-18T14:51:49+00:00" "time": "2026-05-29T12:52:44+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",