From f0d3e2efef35d5125aff14cf42d4e3b17c68e2e9 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 28 Sep 2023 07:24:32 +1300 Subject: [PATCH] bump for silvershop 4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c839111..aadc4f5 100644 --- a/composer.json +++ b/composer.json @@ -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": { @@ -25,7 +25,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-main": "3.x-dev" }, "expose": [ "javascript",