Update dependency symfony/maker-bundle to v1.62.1

This commit is contained in:
Renovate Bot 2025-01-16 00:03:26 +00:00
parent 15b33a11d7
commit 3c4be32c6e

67
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ae7eceaa815d008a760a309bc7130b84",
"content-hash": "089fdf9997d07fa4156edb438f548d1f",
"packages": [
{
"name": "composer/semver",
@ -8861,58 +8861,6 @@
},
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "php-cs-fixer/shim",
"version": "v3.68.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "23acc692a99304559d4c94e9f299158ecd0ed7d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/23acc692a99304559d4c94e9f299158ecd0ed7d1",
"reference": "23acc692a99304559d4c94e9f299158ecd0ed7d1",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0"
},
"replace": {
"friendsofphp/php-cs-fixer": "self.version"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer",
"php-cs-fixer.phar"
],
"type": "application",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.68.0"
},
"time": "2025-01-13T17:01:38+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "11.0.8",
@ -10591,23 +10539,22 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.62.0",
"version": "v1.62.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "0624f13b1e0ff86df6f6646c711d806d9af12629"
"reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0624f13b1e0ff86df6f6646c711d806d9af12629",
"reference": "0624f13b1e0ff86df6f6646c711d806d9af12629",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/468ff2708200c95ebc0d85d3174b6c6711b8a590",
"reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590",
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^4.18|^5.0",
"php": ">=8.1",
"php-cs-fixer/shim": "^v3.64",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
@ -10664,7 +10611,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.62.0"
"source": "https://github.com/symfony/maker-bundle/tree/v1.62.1"
},
"funding": [
{
@ -10680,7 +10627,7 @@
"type": "tidelift"
}
],
"time": "2024-12-10T23:51:12+00:00"
"time": "2025-01-15T00:21:40+00:00"
},
{
"name": "symfony/phpunit-bridge",