mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 11:36:11 +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": {
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue