2012-12-19 14:20:06 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/testsession",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"description": "Support module for browser-based test sessions, e.g. for Behat behaviour testing",
|
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"keywords": ["silverstripe", "testing"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"composer/installers": "*",
|
2013-04-09 09:53:01 +02:00
|
|
|
"silverstripe/framework": "3.0.*",
|
2012-12-19 14:20:06 +01:00
|
|
|
"silverstripe/behat-extension": "*"
|
|
|
|
}
|
2013-01-14 22:47:15 +01:00
|
|
|
}
|