Skip to content

Commit

Permalink
[Composer] Add PHP version to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jun 10, 2024
1 parent f2ec6dc commit 6fa4d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.4"]
sylius: ["~1.12.0", "~1.13.0"]
node: ["20.x"]
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
],
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"friendsofsymfony/jsrouting-bundle": "^3.2"
},
Expand Down

0 comments on commit 6fa4d23

Please sign in to comment.