From 7613c797c834a7f2fdddc4827b6e844a350f7c12 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Mon, 14 Jan 2019 11:48:00 -0600 Subject: [PATCH] bugfix - allow recipe-cms ^4.0 (#47) --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ae74150..24ef022 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dynamic/silverstripe-html5video", - "type": "silverstripe-module", + "type": "silverstripe-vendormodule", "description": "HTML5Video is a SilverStripe module to add HTML5 Video to your website.", "homepage": "http://dynamicagency.org", "license": "BSD-3-Clause", @@ -13,7 +13,8 @@ } ], "require": { - "silverstripe/recipe-cms": "^1.0" + "silverstripe/recipe-cms": "^1@dev || ^4@dev", + "silverstripe/vendor-plugin": "^1@dev" }, "require-dev": { "phpunit/PHPUnit": "^5.7",