silverstripe-testsession/composer.json

21 lines
511 B
JSON
Raw Normal View History

{
"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": "*",
2015-01-29 01:00:55 +01:00
"silverstripe/framework": ">=3.2.0"
},
"minimum-stability": "dev"
2014-07-21 00:14:56 +02:00
}