2012-08-15 16:50:19 +02:00
|
|
|
{
|
2014-05-29 23:04:18 +02:00
|
|
|
"name": "silverstripe/behat-extension",
|
|
|
|
"type": "behat-extension",
|
|
|
|
"description": "SilverStripe framework extension for Behat",
|
|
|
|
"keywords": ["framework", "web", "bdd", "silverstripe"],
|
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michal Ochman",
|
|
|
|
"email": "ochman.d.michal@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Ingo Schommer",
|
|
|
|
"email": "ingo@silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
2012-08-15 16:50:19 +02:00
|
|
|
|
2014-05-29 23:04:18 +02:00
|
|
|
"require": {
|
2016-01-25 16:34:12 +01:00
|
|
|
"php": ">=5.3.3",
|
2017-03-24 02:19:56 +01:00
|
|
|
"phpunit/phpunit": "^4.8 || ^5.7",
|
2016-01-25 16:34:12 +01:00
|
|
|
"behat/behat": "~2.5.0",
|
|
|
|
"behat/mink": "~1.6.0",
|
|
|
|
"behat/mink-extension": "~1.3.0",
|
|
|
|
"behat/mink-selenium2-driver": "~1.2.0",
|
2015-07-18 05:14:01 +02:00
|
|
|
"symfony/dom-crawler": "~2.0",
|
2017-04-26 06:40:20 +02:00
|
|
|
"silverstripe/testsession": "2.0.0-alpha6",
|
2017-02-26 23:13:10 +01:00
|
|
|
"silverstripe/framework": "^4.0.0@dev"
|
2014-05-29 23:04:18 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"SilverStripe\\BehatExtension": "src/"
|
|
|
|
}
|
|
|
|
},
|
2015-04-07 13:15:22 +02:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-0": {
|
|
|
|
"SilverStripe\\BehatExtension\\Tests": "tests/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"framework",
|
|
|
|
"vendor/phpunit/phpunit"
|
|
|
|
]
|
|
|
|
},
|
2015-12-03 00:19:57 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-01-11 03:02:52 +01:00
|
|
|
"dev-master": "2.2.x-dev"
|
2015-12-03 00:19:57 +01:00
|
|
|
}
|
|
|
|
},
|
2016-01-25 16:34:12 +01:00
|
|
|
"prefer-stable": true,
|
2014-05-29 23:04:18 +02:00
|
|
|
"minimum-stability": "dev"
|
2012-11-17 01:51:41 +01:00
|
|
|
}
|