Skip to content

Commit 67670f6

Browse files
Fix Promo module requirements
1 parent 5c606be commit 67670f6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/Promotion/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
"konekt/concord": "^1.13",
2626
"konekt/xtend": "^1.2",
2727
"laravel/framework": "^10.43|^11.0",
28-
"vanilo/support": "^4.0",
29-
"vanilo/adjustments": "^4.0"
28+
"vanilo/support": "^4.2",
29+
"vanilo/adjustments": "^4.2"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^10.0",
33-
"orchestra/testbench": "^8.0|^9.0"
33+
"orchestra/testbench": "^8.0|^9.0",
34+
"vanilo/cart": "^4.2"
3435
},
3536
"autoload": {
3637
"psr-4": { "Vanilo\\Promotion\\": "" }

0 commit comments

Comments
 (0)