Merge branch 'release/2.1.0'
This commit is contained in:
commit
d16ca767c1
2 changed files with 4 additions and 2 deletions
|
@ -40,6 +40,7 @@ class SettingsValidator extends AbstractValidator
|
||||||
/**
|
/**
|
||||||
* @var ReflectionService
|
* @var ReflectionService
|
||||||
* @Flow\Inject
|
* @Flow\Inject
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
protected $reflectionService;
|
protected $reflectionService;
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "~4.1"
|
"neos/flow": "~4.1|^5.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -66,7 +66,8 @@
|
||||||
"Neos.Media-20161219094126",
|
"Neos.Media-20161219094126",
|
||||||
"Neos.Flow-20170125103800",
|
"Neos.Flow-20170125103800",
|
||||||
"Neos.Flow-20170127183102",
|
"Neos.Flow-20170127183102",
|
||||||
"DigiComp.SettingValidator-20170603120900"
|
"DigiComp.SettingValidator-20170603120900",
|
||||||
|
"Neos.Flow-20180415105700"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue