Merge pull request #7643 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.63.1

Bump friendsofphp/php-cs-fixer from 3.62.0 to 3.63.1
This commit is contained in:
Jérémy Benoist 2024-08-27 06:05:40 +02:00 committed by GitHub
commit ec7a4b033b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
composer.lock generated
View file

@ -15522,30 +15522,38 @@
}, },
{ {
"name": "composer/pcre", "name": "composer/pcre",
"version": "3.1.4", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/pcre.git", "url": "https://github.com/composer/pcre.git",
"reference": "04229f163664973f68f38f6f73d917799168ef24" "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", "url": "https://api.github.com/repos/composer/pcre/zipball/1637e067347a0c40bbb1e3cd786b20dcab556a81",
"reference": "04229f163664973f68f38f6f73d917799168ef24", "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"conflict": {
"phpstan/phpstan": "<1.11.10"
},
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1.3", "phpstan/phpstan": "^1.11.10",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5" "phpunit/phpunit": "^8 || ^9"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "3.x-dev" "dev-main": "3.x-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
} }
}, },
"autoload": { "autoload": {
@ -15573,7 +15581,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/pcre/issues", "issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/3.1.4" "source": "https://github.com/composer/pcre/tree/3.3.0"
}, },
"funding": [ "funding": [
{ {
@ -15589,7 +15597,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-05-27T13:40:54+00:00" "time": "2024-08-19T19:43:53+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -16495,16 +16503,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.62.0", "version": "v3.63.1",
"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": "627692f794d35c43483f34b01d94740df2a73507" "reference": "ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/627692f794d35c43483f34b01d94740df2a73507", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea",
"reference": "627692f794d35c43483f34b01d94740df2a73507", "reference": "ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16586,7 +16594,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.62.0" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.63.1"
}, },
"funding": [ "funding": [
{ {
@ -16594,7 +16602,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-08-07T17:03:09+00:00" "time": "2024-08-26T14:03:20+00:00"
}, },
{ {
"name": "friendsoftwig/twigcs", "name": "friendsoftwig/twigcs",