Created
April 26, 2017 04:41
-
-
Save sminnee/b0d62bb2a8f29749de2c8d0f71f4e2f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 6ece0a51312e49d8d2d17d416487ec5a9f3731e6 | |
| Author: Sam Minnee <[email protected]> | |
| Date: Wed Apr 26 16:40:20 2017 +1200 | |
| FIX: Lock testsession to alpha6 | |
| Every alpha release may have API changes so we should be conservative | |
| in our version requirements. | |
| diff --git a/composer.json b/composer.json | |
| index dccb639..0371f61 100644 | |
| --- a/composer.json | |
| +++ b/composer.json | |
| @@ -24,7 +24,7 @@ | |
| "behat/mink-extension": "~1.3.0", | |
| "behat/mink-selenium2-driver": "~1.2.0", | |
| "symfony/dom-crawler": "~2.0", | |
| - "silverstripe/testsession": "^2.0.0-alpha2", | |
| + "silverstripe/testsession": "2.0.0-alpha6", | |
| "silverstripe/framework": "^4.0.0@dev" | |
| }, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment