mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Bump to use PHPUnit 4.8 / stable packages
This commit is contained in:
parent
427fc33837
commit
4010d987f9
@ -17,12 +17,12 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.3",
|
||||||
"phpunit/phpunit": "3.7.*",
|
"phpunit/phpunit": "~4.8",
|
||||||
"behat/behat": "2.5.*@stable",
|
"behat/behat": "~2.5.0",
|
||||||
"behat/mink": "1.6.*@stable",
|
"behat/mink": "~1.6.0",
|
||||||
"behat/mink-extension": "1.3.*-dev",
|
"behat/mink-extension": "~1.3.0",
|
||||||
"behat/mink-selenium2-driver": "1.2.*@stable",
|
"behat/mink-selenium2-driver": "~1.2.0",
|
||||||
"symfony/dom-crawler": "~2.0",
|
"symfony/dom-crawler": "~2.0",
|
||||||
"symfony/console": "~2.0",
|
"symfony/console": "~2.0",
|
||||||
"symfony/config": "~2.0",
|
"symfony/config": "~2.0",
|
||||||
@ -55,5 +55,6 @@
|
|||||||
"dev-master": "2.0.x-dev"
|
"dev-master": "2.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user