Fixed framework dependency

Was too loose, including 4.x releases. The 1.x branch is no longer compatible with core 4.x since 350392148f
This commit is contained in:
Ingo Schommer 2016-02-24 22:47:41 +13:00
parent 2a1e1e29d6
commit 4297f56352
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"symfony/yaml": "~2.0",
"symfony/finder": "~2.0",
"silverstripe/testsession": "*",
"silverstripe/framework": ">=3.1.0"
"silverstripe/framework": "~3.1"
},
"autoload": {