Skip to content

Commit f8d8567

Browse files
committed
Update dependencies
1 parent 2c4de7f commit f8d8567

File tree

2 files changed

+399
-252
lines changed

2 files changed

+399
-252
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "RC",
1313
"require": {
14-
"php": ">=8.1.0",
14+
"php": ">=8.2.0",
1515
"ext-ctype": "*",
1616
"ext-iconv": "*",
1717
"doctrine/doctrine-bundle": "^2.13",
@@ -31,7 +31,7 @@
3131
"symfony/yaml": "5.4.*"
3232
},
3333
"require-dev": {
34-
"codeception/codeception": "^5.2",
34+
"codeception/codeception": "^5.3.0",
3535
"codeception/lib-innerbrowser": "^3.1",
3636
"codeception/module-asserts": "^3.0",
3737
"codeception/module-doctrine": "^3.1",
@@ -57,7 +57,7 @@
5757
},
5858
"sort-packages": true,
5959
"platform": {
60-
"php": "8.1.0"
60+
"php": "8.2.0"
6161
},
6262
"allow-plugins": {
6363
"symfony/flex": true,

0 commit comments

Comments
 (0)