We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63a8349 + 26a6e46 commit 2c643d7Copy full SHA for 2c643d7
.gitignore
@@ -156,7 +156,6 @@ Vagrantfile
156
clover.xml
157
158
# Tests - dependencies
159
-tests/acceptance/composer.lock
160
tests/acceptance/vendor/
161
162
composer.phar
tests/acceptance/composer.json
@@ -1,10 +1,10 @@
1
{
2
"require-dev": {
3
- "behat/behat": "^3.0",
+ "behat/behat": "3.7.0",
4
"behat/mink": "1.7.1",
5
- "behat/mink-extension": "*",
+ "behat/mink-extension": "2.3.1",
6
"behat/mink-selenium2-driver": "1.3.1",
7
- "phpunit/phpunit": "~4.6"
+ "phpunit/phpunit": "4.8.36"
8
},
9
"autoload": {
10
"psr-4": {
0 commit comments