mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"behat/behat": "2.5.*@stable",
|
|
"behat/mink": "1.6.*@stable",
|
|
"behat/mink-extension": "1.3.*-dev",
|
|
"behat/mink-selenium2-driver": "1.2.*@stable",
|
|
"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",
|
|
"silverstripe/testsession": "*",
|
|
"silverstripe/framework": "^4.0.0"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SilverStripe\\BehatExtension": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-0": {
|
|
"SilverStripe\\BehatExtension\\Tests": "tests/"
|
|
},
|
|
"classmap": [
|
|
"testsession/code",
|
|
"framework",
|
|
"vendor/phpunit/phpunit"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|