From 2fc456d5b0614470b1c1cfc2f1bdfbc526d8a5dc Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 6 Mar 2013 21:00:42 +1300 Subject: [PATCH] Master requires SS3.1 --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index dd71326..228f4a5 100644 --- a/composer.json +++ b/composer.json @@ -3,16 +3,12 @@ "description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code", "type": "silverstripe-module", "keywords": ["silverstripe", "userforms"], + "license": "BSD", "authors": [{ "name": "Will Rossiter", "email": "will@fullscreen.io" }], "require": { - "silverstripe/framework": "3.*" - }, - "scripts": { - "post-update-cmd": [ - "git submodule update --init --recursive" - ] + "silverstripe/framework": ">=3.1.*" } } \ No newline at end of file