silverstripe-behat-extension/composer.json
Ingo Schommer afcae36eec Resolved vendor confusion, its "SilverStripe", not "Behat"
"Behat" as a vendor namespace is already taken by the project
of the same name.
2012-10-16 22:05:17 +02:00

31 lines
776 B
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",
"behat/behat": "2.4@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable"
},
"autoload": {
"psr-0": {
"Behat\\SilverStripeExtension": "src/"
}
}
}