Updating framework version

This commit is contained in:
Christopher Pitt 2015-06-02 11:20:16 +12:00
parent 98126dc448
commit fa6fe5ef84
1 changed files with 13 additions and 10 deletions

View File

@ -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"
}
}