Skip to content

Commit a036ab7

Browse files
committed
TASK: Update settings for Flow 3.0 (Neos 2.0)
1 parent ea58241 commit a036ab7

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Configuration/Settings.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
TYPO3:
22
Flow:
3-
object:
4-
excludeClasses:
5-
'zendframework.zendcache': ['.*']
6-
'zendframework.zendconfig': ['.*']
7-
'zendframework.zendcode': ['.*']
8-
'react.promise': ['.*']
9-
'zendframework.zendmath': ['.*']
10-
'zendframework.zendstdlib': ['.*']
113
reflection:
124
ignoredTags:
13-
unstable: 'unstable'
5+
unstable: TRUE
146

157
Neos:
168
typoScript:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"typo3/neos": "*",
13+
"typo3/neos": "^2.0",
1414
"heise/shariff": "~1.5"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)