mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
21 lines
511 B
JSON
21 lines
511 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.2.0"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|