reorder composer.json

This commit is contained in:
Robin Krahnen 2021-02-17 14:40:35 +01:00
parent 75101c2147
commit bd7fca349c

View file

@ -2,21 +2,6 @@
"name": "digicomp/settingvalidator",
"description": "Just a Neos\\Flow Validator resolving other Validators with Configuration/Validation.yaml",
"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": {
"neos/flow": "^6.3.5",
"php": "~7.4.0"
@ -75,5 +60,20 @@
"Neos.Flow-20190425144900",
"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"
]
}