Skip to content

Commit 611d3e3

Browse files
Sebobomarkusguenther
authored andcommitted
TASK: Bump minimal neos-ui requirement
Neos.Ui 3.7.0 includes more CK classes which can be used by plugins without causing CK to throw warnings of duplicate inclusions.
1 parent 0bba02a commit 611d3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"neos/neos-ui-compiled": "^4.0 || ^5.0 || ^7.0"
15+
"neos/neos-ui-compiled": "^4.0 || ^5.0 || ^7.0",
16+
"neos/neos": "~4.3 || ^5.0 || ^7.0"
1617
},
1718
"autoload": {
1819
"psr-4": {

0 commit comments

Comments
 (0)