Resolved composer config

This commit is contained in:
Franco Springveldt 2017-09-08 17:09:39 +12:00
parent 136a914304
commit a05da9bb6f
1 changed files with 17 additions and 14 deletions

View File

@ -1,18 +1,21 @@
{
"name": "silverstripe/multiform",
"description": "SilverStripe forms with multiple steps, flow control and state persistence",
"type": "silverstripe-module",
"keywords": ["silverstripe", "forms"],
"authors": [{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
}, {
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}],
"require": {
"silverstripe/framework": "~3.2"
},
"name": "silverstripe/multiform",
"description": "SilverStripe forms with multiple steps, flow control and state persistence",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"forms"
],
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
},
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}
],
"require": {
"silverstripe/framework": "^4@dev"
},