Skip to content

Commit cb399d8

Browse files
committed
Merge pull request #9 from AntonyThorpe/ComposerJson
Change Composer.json to include all of SS version 3 Thanks!
2 parents 7b5af6d + 463c071 commit cb399d8

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
"name": "lxberlin/netefx-validator",
33
"type": "silverstripe-module",
44
"keywords": ["silverstripe", "validation", "validator"],
5-
"homepage" : "http://www.netefx.de/Silverstripe-NetefxValidator.php",
5+
"homepage": "http://www.netefx.de/Silverstripe-NetefxValidator.php",
66
"description": "NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php",
77
"license": "BSD-3-Clause",
8-
"authors": [
9-
{
8+
"authors": [{
109
"name": "Alex Klein",
1110
"homepage": "http://www.netefx.de",
1211
"email": "[email protected]"
13-
},
14-
{
12+
}, {
1513
"name": "Zauberfisch"
16-
}
17-
],
14+
}],
1815
"require": {
19-
"silverstripe/framework": "2.4.*, 3.0.*",
20-
"silverstripe/cms": "2.4.*, 3.0.*"
16+
"silverstripe/framework": "2.4.*, 3.*",
17+
"silverstripe/cms": "2.4.*, 3.*"
2118
}
2219
}

0 commit comments

Comments
 (0)