reorder composer.json
This commit is contained in:
parent
75101c2147
commit
bd7fca349c
1 changed files with 16 additions and 16 deletions
|
@ -2,21 +2,6 @@
|
||||||
"name": "digicomp/settingvalidator",
|
"name": "digicomp/settingvalidator",
|
||||||
"description": "Just a Neos\\Flow Validator resolving other Validators with Configuration/Validation.yaml",
|
"description": "Just a Neos\\Flow Validator resolving other Validators with Configuration/Validation.yaml",
|
||||||
"type": "neos-package",
|
"type": "neos-package",
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ferdinand Kuhl",
|
|
||||||
"email": "f.kuhl@digital-competence.de",
|
|
||||||
"homepage": "http://www.digital-competence.de",
|
|
||||||
"role": "Developer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"homepage": "https://github.com/fcool/DigiComp.SettingValidator",
|
|
||||||
"keywords": [
|
|
||||||
"Neos",
|
|
||||||
"Flow",
|
|
||||||
"validation"
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "^6.3.5",
|
"neos/flow": "^6.3.5",
|
||||||
"php": "~7.4.0"
|
"php": "~7.4.0"
|
||||||
|
@ -75,5 +60,20 @@
|
||||||
"Neos.Flow-20190425144900",
|
"Neos.Flow-20190425144900",
|
||||||
"Neos.Flow-20190515215000"
|
"Neos.Flow-20190515215000"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ferdinand Kuhl",
|
||||||
|
"email": "f.kuhl@digital-competence.de",
|
||||||
|
"homepage": "http://www.digital-competence.de",
|
||||||
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"homepage": "https://github.com/fcool/DigiComp.SettingValidator",
|
||||||
|
"keywords": [
|
||||||
|
"Neos",
|
||||||
|
"Flow",
|
||||||
|
"validation"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue