Merge pull request #37 from open-sausages/pulls/1.0/3xcompat

Lock version of framework to 3.x compatibility
This commit is contained in:
Ingo Schommer 2016-06-28 08:16:45 +12:00 committed by GitHub
commit 46f42a5cb6
2 changed files with 6 additions and 11 deletions

View File

@ -9,17 +9,13 @@ php:
env:
matrix:
- DB=MYSQL CORE_RELEASE=master
- DB=MYSQL CORE_RELEASE=3.4
matrix:
include:
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.3
- php: 5.5
env: DB=MYSQL CORE_RELEASE=master
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.2
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3
before_script:

View File

@ -12,9 +12,8 @@
}
],
"require": {
"php": ">=5.3.2",
"composer/installers": "*",
"silverstripe/framework": ">=3.2.0"
"silverstripe/framework": "^3.2"
},
"minimum-stability": "dev"
}