Skip to content

Commit

Permalink
bump for silvershop 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Sep 27, 2023
1 parent 9e2e98c commit f0d3e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -5,14 +5,14 @@
"type" : "silverstripe-vendormodule",
"keywords" : ["silverstripe","shop","shopping cart","ecommerce","discount","coupons"],
"require" : {
"silvershop/core": "^3"
"silvershop/core": "^4"
},
"authors": [{
"name": "SilverShop Contributors",
"homepage": "https://github.com/silvershop/silvershop-stock/graphs/contributors"
}],
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
},
"scripts": {
Expand All @@ -25,7 +25,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-main": "3.x-dev"
},
"expose": [
"javascript",
Expand Down

0 comments on commit f0d3e2e

Please sign in to comment.