2013-01-03 10:10:52 +01:00
|
|
|
{
|
2017-09-08 07:09:39 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2017-09-08 07:09:16 +02:00
|
|
|
"require": {
|
|
|
|
"silverstripe/framework": "^4@dev"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.x-dev"
|
|
|
|
}
|
2017-09-08 04:38:27 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\MultiForm\\": "src/",
|
|
|
|
"SilverStripe\\MultiForm\\Tests\\": "tests/"
|
|
|
|
}
|
2017-09-08 05:59:53 +02:00
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2013-08-14 11:53:49 +02:00
|
|
|
}
|