1
0
mirror of https://github.com/silverstripe/silverstripe-behat-extension synced 2024-10-22 17:05:32 +02:00

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

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": {