Skip to content
Snippets Groups Projects

correcting replace section of composer.json

Merged Alexander Grein requested to merge agrein/tinymce:patch-1 into master
2 files
+ 18
20
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -3,7 +3,7 @@
"type": "typo3-cms-extension",
"description": "TinyMCE sources including a small PHP API",
"homepage": "https://www.sgalinski.de",
"license": ["GPL-2.0+"],
"license": "GPL-2.0+",
"version": "4.3.13",
"support": {
"issues": "https://forge.typo3.org/projects/extension-tinymce"
@@ -12,7 +12,8 @@
"typo3/cms-core": "*"
},
"replace": {
"tinymce": "*"
"tinymce": "self.version",
"typo3-ter/tinymce: "self.version"
},
"autoload": {
"psr-4": {
Loading