mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
cbcd808dde
Lock master branch to 4.x compat due to incompatibliities
25 lines
555 B
JSON
25 lines
555 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": {
|
|
"composer/installers": "*",
|
|
"silverstripe/framework": "^4"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|