mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 22:56:10 +01:00
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:
parent
3e428e5949
commit
328a98218b
1 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"typo3/cms-core": "^9.5"
|
||||
"typo3/cms-core": "^10.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -21,8 +21,9 @@
|
|||
"Wrm\\Events\\Tests\\": "Tests"
|
||||
}
|
||||
},
|
||||
"replace": {
|
||||
"events": "self.version",
|
||||
"typo3-ter/events": "self.version"
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "events"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue