Skip to content

Commit 8d47860

Browse files
committed
Update dependencies
1 parent 2c4de7f commit 8d47860

File tree

3 files changed

+402
-255
lines changed

3 files changed

+402
-255
lines changed

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 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,9 +31,9 @@
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",
36-
"codeception/module-asserts": "^3.0",
36+
"codeception/module-asserts": "^3.2",
3737
"codeception/module-doctrine": "^3.1",
3838
"codeception/module-phpbrowser": "^3.0",
3939
"codeception/module-symfony": "^3.5 | *@dev",
@@ -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)