Skip to content

Commit

Permalink
OP-364 - Added compatibility with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 15, 2024
1 parent 6d8898c commit 2956192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
php: [8.0, 8.1, 8.2, 8.3]
symfony: [^5.4, ^6.0]
sylius: [~1.12.0, ~1.13.0]
node: [18.x, 20.x]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Shipping data export environment for Sylius platform applications",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.0",
"doctrine/annotations": "^v1.4",
"sylius/sylius": "~1.12.0 || ~1.13.0"
},
"require-dev": {
Expand Down Expand Up @@ -39,7 +40,6 @@
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
},
"conflict": {
"doctrine/persistence": "<3.0"
},
"prefer-stable": true,
"config": {
Expand Down

0 comments on commit 2956192

Please sign in to comment.