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": {
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"phpunit/phpunit": "3.7.*",
|
|
|
|
"behat/behat": "2.5.*@stable",
|
2015-02-05 02:27:14 +01:00
|
|
|
"behat/mink": "1.6.*@stable",
|
2014-05-29 23:04:18 +02:00
|
|
|
"behat/mink-extension": "1.3.*-dev",
|
2015-02-08 22:29:33 +01:00
|
|
|
"behat/mink-selenium2-driver": "1.2.*@stable",
|
2015-07-18 05:14:01 +02:00
|
|
|
"symfony/dom-crawler": "~2.0",
|
|
|
|
"symfony/console": "~2.0",
|
|
|
|
"symfony/config": "~2.0",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/event-dispatcher": "~2.0",
|
|
|
|
"symfony/translation": "~2.0",
|
|
|
|
"symfony/yaml": "~2.0",
|
|
|
|
"symfony/finder": "~2.0",
|
2014-05-29 23:04:18 +02:00
|
|
|
"silverstripe/testsession": "*",
|
2016-02-24 10:47:41 +01:00
|
|
|
"silverstripe/framework": "~3.1"
|
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": [
|
|
|
|
"testsession/code",
|
|
|
|
"framework",
|
|
|
|
"vendor/phpunit/phpunit"
|
|
|
|
]
|
|
|
|
},
|
2014-05-29 23:04:18 +02:00
|
|
|
"minimum-stability": "dev"
|
2012-11-17 01:51:41 +01:00
|
|
|
}
|