Merge branch 'release/2.1.0'

This commit is contained in:
Christian Krause 2019-11-12 12:35:21 +01:00
commit d16ca767c1
2 changed files with 4 additions and 2 deletions

View file

@ -40,6 +40,7 @@ class SettingsValidator extends AbstractValidator
/**
* @var ReflectionService
* @Flow\Inject
* @deprecated
*/
protected $reflectionService;

View file

@ -18,7 +18,7 @@
"validation"
],
"require": {
"neos/flow": "~4.1"
"neos/flow": "~4.1|^5.3"
},
"autoload": {
"psr-4": {
@ -66,7 +66,8 @@
"Neos.Media-20161219094126",
"Neos.Flow-20170125103800",
"Neos.Flow-20170127183102",
"DigiComp.SettingValidator-20170603120900"
"DigiComp.SettingValidator-20170603120900",
"Neos.Flow-20180415105700"
]
}
}