State compatibility with v10

Even if the extension is not yet ready.
This is a work in progress, to ease transition we mark it compatible,
so we can easily install, test and adapt before we release.

Relates: #8092
This commit is contained in:
Daniel Siepmann 2021-01-07 08:31:58 +01:00
parent 3e428e5949
commit 328a98218b

View file

@ -9,7 +9,7 @@
} }
], ],
"require": { "require": {
"typo3/cms-core": "^9.5" "typo3/cms-core": "^10.4"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -21,8 +21,9 @@
"Wrm\\Events\\Tests\\": "Tests" "Wrm\\Events\\Tests\\": "Tests"
} }
}, },
"replace": { "extra": {
"events": "self.version", "typo3/cms": {
"typo3-ter/events": "self.version" "extension-key": "events"
}
} }
} }