Skip to content

Commit

Permalink
Fix Promo module requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent 5c606be commit 67670f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Promotion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
"konekt/concord": "^1.13",
"konekt/xtend": "^1.2",
"laravel/framework": "^10.43|^11.0",
"vanilo/support": "^4.0",
"vanilo/adjustments": "^4.0"
"vanilo/support": "^4.2",
"vanilo/adjustments": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0|^9.0"
"orchestra/testbench": "^8.0|^9.0",
"vanilo/cart": "^4.2"
},
"autoload": {
"psr-4": { "Vanilo\\Promotion\\": "" }
Expand Down

0 comments on commit 67670f6

Please sign in to comment.