From fa6fe5ef849de8da133a3dbd80c92a8e43427adf Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Tue, 2 Jun 2015 11:20:16 +1200 Subject: [PATCH] Updating framework version --- composer.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 0edec7d..da4bf52 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,19 @@ "name": "silverstripe/environmentcheck", "description": "Provides an API for building environment tests", "type": "silverstripe-module", - "keywords": ["silverstripe", "testing", "environment", "environmentcheck"], - "authors": [ - { - "name": "Sam Minnee", - "email": "sam@silverstripe.com" - } + "keywords": [ + "silverstripe", + "testing", + "environment", + "environmentcheck" ], - - "require": - { - "silverstripe/framework": "3.*" + "authors": [ + { + "name": "Sam Minnee", + "email": "sam@silverstripe.com" + } + ], + "require": { + "silverstripe/framework": "~3.2" } }