update depending libraries
This commit is contained in:
parent
59c6500991
commit
bc55f22f51
34
composer.lock
generated
34
composer.lock
generated
@ -620,16 +620,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsofphp/php-cs-fixer",
|
"name": "friendsofphp/php-cs-fixer",
|
||||||
"version": "v3.2.1",
|
"version": "v3.3.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||||
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14"
|
"reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/13ae36a76b6e329e44ca3cafaa784ea02db9ff14",
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
|
||||||
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14",
|
"reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -638,18 +638,19 @@
|
|||||||
"doctrine/annotations": "^1.12",
|
"doctrine/annotations": "^1.12",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"php": "^7.2 || ^8.0",
|
"php": "^7.2.5 || ^8.0",
|
||||||
"php-cs-fixer/diff": "^2.0",
|
"php-cs-fixer/diff": "^2.0",
|
||||||
"symfony/console": "^4.4.20 || ^5.1.3",
|
"symfony/console": "^5.1.3",
|
||||||
"symfony/event-dispatcher": "^4.4.20 || ^5.0",
|
"symfony/event-dispatcher": "^5.0",
|
||||||
"symfony/filesystem": "^4.4.20 || ^5.0",
|
"symfony/filesystem": "^5.0",
|
||||||
"symfony/finder": "^4.4.20 || ^5.0",
|
"symfony/finder": "^5.0",
|
||||||
"symfony/options-resolver": "^4.4.20 || ^5.0",
|
"symfony/options-resolver": "^5.0",
|
||||||
|
"symfony/polyfill-mbstring": "^1.23",
|
||||||
"symfony/polyfill-php72": "^1.23",
|
"symfony/polyfill-php72": "^1.23",
|
||||||
"symfony/polyfill-php80": "^1.23",
|
"symfony/polyfill-php80": "^1.23",
|
||||||
"symfony/polyfill-php81": "^1.23",
|
"symfony/polyfill-php81": "^1.23",
|
||||||
"symfony/process": "^4.4.20 || ^5.0",
|
"symfony/process": "^5.0",
|
||||||
"symfony/stopwatch": "^4.4.20 || ^5.0"
|
"symfony/stopwatch": "^5.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"justinrainbow/json-schema": "^5.2",
|
"justinrainbow/json-schema": "^5.2",
|
||||||
@ -665,12 +666,11 @@
|
|||||||
"phpunitgoodpractices/polyfill": "^1.5",
|
"phpunitgoodpractices/polyfill": "^1.5",
|
||||||
"phpunitgoodpractices/traits": "^1.9.1",
|
"phpunitgoodpractices/traits": "^1.9.1",
|
||||||
"symfony/phpunit-bridge": "^5.2.4",
|
"symfony/phpunit-bridge": "^5.2.4",
|
||||||
"symfony/yaml": "^4.4.20 || ^5.0"
|
"symfony/yaml": "^5.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-dom": "For handling output formats in XML",
|
"ext-dom": "For handling output formats in XML",
|
||||||
"ext-mbstring": "For handling non-UTF8 characters.",
|
"ext-mbstring": "For handling non-UTF8 characters."
|
||||||
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
|
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"php-cs-fixer"
|
"php-cs-fixer"
|
||||||
@ -698,7 +698,7 @@
|
|||||||
"description": "A tool to automatically fix PHP code style",
|
"description": "A tool to automatically fix PHP code style",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
|
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
|
||||||
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.2.1"
|
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.3.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -706,7 +706,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-10-05T08:12:17+00:00"
|
"time": "2021-11-15T18:06:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-cs-fixer/diff",
|
"name": "php-cs-fixer/diff",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user