Skip to content

Commit 535f03f

Browse files
committed
upgraded Symfony from 7.3.0 to 7.3.1
1 parent 4ea8210 commit 535f03f

File tree

2 files changed

+261
-248
lines changed

2 files changed

+261
-248
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"php": ">=8.2",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10-
"doctrine/dbal": "^3.9.4",
11-
"doctrine/doctrine-bundle": "^2.14.1",
10+
"doctrine/dbal": "^3.9.5",
11+
"doctrine/doctrine-bundle": "^2.15.0",
1212
"doctrine/doctrine-migrations-bundle": "^3.4.2",
13-
"doctrine/orm": "^3.4",
13+
"doctrine/orm": "^3.4.3",
1414
"phpdocumentor/reflection-docblock": "^5.6.2",
1515
"phpstan/phpdoc-parser": "^2.1",
1616
"symfony/asset": "7.3.*",
@@ -34,11 +34,11 @@
3434
"symfony/runtime": "7.3.*",
3535
"symfony/security-bundle": "7.3.*",
3636
"symfony/serializer": "7.3.*",
37-
"symfony/stimulus-bundle": "^2.26.1",
37+
"symfony/stimulus-bundle": "^2.27.0",
3838
"symfony/string": "7.3.*",
3939
"symfony/translation": "7.3.*",
4040
"symfony/twig-bundle": "7.3.*",
41-
"symfony/ux-turbo": "^2.26.1",
41+
"symfony/ux-turbo": "^2.27.0",
4242
"symfony/validator": "7.3.*",
4343
"symfony/web-link": "7.3.*",
4444
"symfony/yaml": "7.3.*",
@@ -116,13 +116,13 @@
116116
"phpstan/phpstan": "^2.1.17",
117117
"phpstan/phpstan-doctrine": "^2.0.3",
118118
"phpstan/phpstan-symfony": "^2.0.6",
119-
"phpunit/phpunit": "^12.2.2",
120-
"rector/rector": "^2.0",
119+
"phpunit/phpunit": "^12.2.5",
120+
"rector/rector": "^2.1",
121121
"symfony/browser-kit": "7.3.*",
122122
"symfony/css-selector": "7.3.*",
123123
"symfony/debug-bundle": "7.3.*",
124124
"symfony/maker-bundle": "^1.63",
125125
"symfony/stopwatch": "7.3.*",
126126
"symfony/web-profiler-bundle": "7.3.*"
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)