mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
Fixed framework dependency version
Wasn't matching 3.1.0-rc1 tag. Now possible thanks to Sam's work which has recently been merged into the composer project.
This commit is contained in:
parent
2a8376e1e1
commit
9e2bcbcde7
@ -14,7 +14,7 @@
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": ">=3.1.x-dev,<4.0",
|
||||
"silverstripe/framework": "~3.1",
|
||||
"silverstripe/behat-extension": "*"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
|
Loading…
Reference in New Issue
Block a user