✨ Fix Dependencies
This commit is contained in:
parent
b7a73e42ee
commit
e5f7d5a721
@ -9,8 +9,8 @@
|
||||
"ext-iconv": "*",
|
||||
"doctrine/dbal": "^4.2.2",
|
||||
"doctrine/doctrine-bundle": "^2.13.2",
|
||||
"doctrine/doctrine-migrations-bundle": "^3.4.0",
|
||||
"doctrine/orm": "^3.3.1",
|
||||
"doctrine/doctrine-migrations-bundle": "^3.4.1",
|
||||
"doctrine/orm": "^3.3.2",
|
||||
"league/flysystem": "^3.29.1",
|
||||
"oneup/flysystem-bundle": "^4.12.4",
|
||||
"phpdocumentor/reflection-docblock": "^5.6.1",
|
||||
@ -53,8 +53,8 @@
|
||||
"symfonycasts/reset-password-bundle": "^1.23.1",
|
||||
"symfonycasts/tailwind-bundle": "^0.7.1",
|
||||
"tales-from-a-dev/flowbite-bundle": "^0.7.1",
|
||||
"twig/extra-bundle": "^2.12|^3.18",
|
||||
"twig/twig": "^2.12|^3.18"
|
||||
"twig/extra-bundle": "^2.12|^3.19",
|
||||
"twig/twig": "^2.12|^3.19"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
@ -109,11 +109,11 @@
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.68.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.68.5",
|
||||
"phpstan/extension-installer": "^1.4.3",
|
||||
"phpstan/phpstan-strict-rules": "^2.0.3",
|
||||
"phpstan/phpstan-symfony": "^2.0.2",
|
||||
"phpunit/phpunit": "^11.5.3",
|
||||
"phpunit/phpunit": "^11.5.6",
|
||||
"rector/rector": "^2.0.7",
|
||||
"symfony/browser-kit": "7.2.*",
|
||||
"symfony/css-selector": "7.2.*",
|
||||
|
55
composer.lock
generated
55
composer.lock
generated
@ -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": "424edafbbb26929b796f1d6140c5f954",
|
||||
"content-hash": "0fab04c3062e2fbc119b9e36fb2c3484",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/semver",
|
||||
@ -1057,16 +1057,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "b1f8253105aa5382c495e5f9f8ef34e297775428"
|
||||
"reference": "c9557c588b3a70ed93caff069d0aa75737f25609"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/b1f8253105aa5382c495e5f9f8ef34e297775428",
|
||||
"reference": "b1f8253105aa5382c495e5f9f8ef34e297775428",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609",
|
||||
"reference": "c9557c588b3a70ed93caff069d0aa75737f25609",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1141,9 +1141,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/orm/issues",
|
||||
"source": "https://github.com/doctrine/orm/tree/3.3.1"
|
||||
"source": "https://github.com/doctrine/orm/tree/3.3.2"
|
||||
},
|
||||
"time": "2024-12-19T07:08:14+00:00"
|
||||
"time": "2025-02-04T19:43:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
@ -1243,16 +1243,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/sql-formatter",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/sql-formatter.git",
|
||||
"reference": "b784cbde727cf806721451dde40eff4fec3bbe86"
|
||||
"reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/b784cbde727cf806721451dde40eff4fec3bbe86",
|
||||
"reference": "b784cbde727cf806721451dde40eff4fec3bbe86",
|
||||
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
|
||||
"reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1262,8 +1262,7 @@
|
||||
"doctrine/coding-standard": "^12",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.14",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"vimeo/psalm": "^5.24"
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"bin": [
|
||||
"bin/sql-formatter"
|
||||
@ -1293,9 +1292,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/sql-formatter/issues",
|
||||
"source": "https://github.com/doctrine/sql-formatter/tree/1.5.1"
|
||||
"source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
|
||||
},
|
||||
"time": "2024-10-21T18:21:57+00:00"
|
||||
"time": "2025-01-24T11:45:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
@ -3129,21 +3128,21 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/doctrine-bridge",
|
||||
"version": "v7.2.2",
|
||||
"version": "v7.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/doctrine-bridge.git",
|
||||
"reference": "f12195479a55b77bc8427b48443b966622f4a18b"
|
||||
"reference": "7a183fdfb472c5487480baa128a41ed47367723e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f12195479a55b77bc8427b48443b966622f4a18b",
|
||||
"reference": "f12195479a55b77bc8427b48443b966622f4a18b",
|
||||
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7a183fdfb472c5487480baa128a41ed47367723e",
|
||||
"reference": "7a183fdfb472c5487480baa128a41ed47367723e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/event-manager": "^2",
|
||||
"doctrine/persistence": "^3.1",
|
||||
"doctrine/persistence": "^3.1|^4",
|
||||
"php": ">=8.2",
|
||||
"symfony/deprecation-contracts": "^2.5|^3",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
@ -3218,7 +3217,7 @@
|
||||
"description": "Provides integration for Doctrine with various Symfony components",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/doctrine-bridge/tree/v7.2.2"
|
||||
"source": "https://github.com/symfony/doctrine-bridge/tree/v7.2.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -3234,7 +3233,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-19T14:25:03+00:00"
|
||||
"time": "2025-01-27T11:08:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/doctrine-messenger",
|
||||
@ -11744,16 +11743,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v7.2.0",
|
||||
"version": "v7.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b"
|
||||
"reference": "700a880e5089280c7cf3ca1ccf9d9de6630f5d25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b176e1f1f550ef44c94eb971bf92488de08f7c6b",
|
||||
"reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/700a880e5089280c7cf3ca1ccf9d9de6630f5d25",
|
||||
"reference": "700a880e5089280c7cf3ca1ccf9d9de6630f5d25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11791,7 +11790,7 @@
|
||||
"description": "Eases DOM navigation for HTML and XML documents",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/dom-crawler/tree/v7.2.0"
|
||||
"source": "https://github.com/symfony/dom-crawler/tree/v7.2.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11807,7 +11806,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-13T16:15:23+00:00"
|
||||
"time": "2025-01-27T11:08:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/maker-bundle",
|
||||
|
Loading…
x
Reference in New Issue
Block a user