Skip to content

Commit

Permalink
OP-453 - Fix package for node20
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 26, 2024
1 parent 718faa2 commit 919092e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"require": {
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
"sylius/sylius": "~1.12.0 || ~1.13.0"
"sylius/sylius": "~1.12.0 || ~1.13.0",
"doctrine/annotations": "^1.13"
},
"require-dev": {
"behat/behat": "^3.7.0",
Expand Down
1 change: 0 additions & 1 deletion tests/Application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-import": "^2.26.0",
"fast-async": "^7.0.6",
"merge-stream": "^2.0.0",
"node-sass": "^4.14",
"sass": "^1.77.8",
"sass-loader": "^13.0.0",
"upath": "^2.0.0",
Expand Down

0 comments on commit 919092e

Please sign in to comment.