Skip to content

Commit 04c1559

Browse files
committed
Try to allow Symfny 6.0
1 parent 6dcb00e commit 04c1559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [7.2, 7.3, 7.4, 8.0]
19-
symfony: [^3.4, ^4.4, ^5.2]
19+
symfony: [^3.4, ^4.4, ^5.2, ^6.0]
2020

2121
env:
2222
APP_ENV: test

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"php": "^7.2|^8.0",
2222
"ext-json": "*",
2323
"payum/core": "^1.5",
24-
"psr/log": "^1.0|^2.0",
25-
"symfony/options-resolver": "^3.4|^4.4|^5.2",
24+
"psr/log": "^1.0|^2.0|^3.0",
25+
"symfony/options-resolver": "^3.4|^4.4|^5.4|^6.0",
2626
"sokil/php-isocodes": "^2.0|^3.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)