We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4de7f commit f8d8567Copy full SHA for f8d8567
composer.json
@@ -11,7 +11,7 @@
11
],
12
"minimum-stability": "RC",
13
"require": {
14
- "php": ">=8.1.0",
+ "php": ">=8.2.0",
15
"ext-ctype": "*",
16
"ext-iconv": "*",
17
"doctrine/doctrine-bundle": "^2.13",
@@ -31,7 +31,7 @@
31
"symfony/yaml": "5.4.*"
32
},
33
"require-dev": {
34
- "codeception/codeception": "^5.2",
+ "codeception/codeception": "^5.3.0",
35
"codeception/lib-innerbrowser": "^3.1",
36
"codeception/module-asserts": "^3.0",
37
"codeception/module-doctrine": "^3.1",
@@ -57,7 +57,7 @@
57
58
"sort-packages": true,
59
"platform": {
60
- "php": "8.1.0"
+ "php": "8.2.0"
61
62
"allow-plugins": {
63
"symfony/flex": true,
0 commit comments