Skip to content

Commit ec8738e

Browse files
committed
Update dependencies
1 parent 4024007 commit ec8738e

File tree

3 files changed

+453
-450
lines changed

3 files changed

+453
-450
lines changed

.github/workflows/symfony.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php-versions: ['8.1', '8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3', '8.4']
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3

composer.json

+3-3
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.11",
@@ -30,7 +30,7 @@
3030
"symfony/yaml": "6.4.*"
3131
},
3232
"require-dev": {
33-
"codeception/codeception": "^5.0.8",
33+
"codeception/codeception": "^5.3.0",
3434
"codeception/module-asserts": "^3.0",
3535
"codeception/module-doctrine": "^3.1",
3636
"codeception/module-phpbrowser": "^3.0",
@@ -61,7 +61,7 @@
6161
},
6262
"sort-packages": true,
6363
"platform": {
64-
"php": "8.1.0"
64+
"php": "8.2.0"
6565
}
6666
},
6767
"autoload": {

0 commit comments

Comments
 (0)