mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
20 lines
518 B
JSON
20 lines
518 B
JSON
|
{
|
||
|
"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": "*",
|
||
|
"silverstripe/framework": "3.0.*",
|
||
|
"silverstripe/behat-extension": "*"
|
||
|
}
|
||
|
}
|