Skip to content

Commit d19f5ea

Browse files
committed
Update dependencies
1 parent 2c4de7f commit d19f5ea

File tree

3 files changed

+400
-253
lines changed

3 files changed

+400
-253
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.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)