We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea58241 commit a036ab7Copy full SHA for a036ab7
Configuration/Settings.yaml
@@ -1,16 +1,8 @@
1
TYPO3:
2
Flow:
3
- object:
4
- excludeClasses:
5
- 'zendframework.zendcache': ['.*']
6
- 'zendframework.zendconfig': ['.*']
7
- 'zendframework.zendcode': ['.*']
8
- 'react.promise': ['.*']
9
- 'zendframework.zendmath': ['.*']
10
- 'zendframework.zendstdlib': ['.*']
11
reflection:
12
ignoredTags:
13
- unstable: 'unstable'
+ unstable: TRUE
14
15
Neos:
16
typoScript:
composer.json
@@ -10,7 +10,7 @@
}
],
"require": {
- "typo3/neos": "*",
+ "typo3/neos": "^2.0",
"heise/shariff": "~1.5"
},
"autoload": {
0 commit comments