Skip to content

Commit

Permalink
[BUGFIX] Fix extkey underscores in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smichaelsen committed Mar 1, 2017
1 parent 4638dc3 commit d3c1f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typo3/cms": "^7.6"
},
"replace": {
"folder-cobj": "self.version",
"folder_cobj": "self.version",
"typo3-ter/folder-cobj": "self.version"
},
"extra": {
Expand All @@ -34,7 +34,7 @@
"scripts": {
"post-autoload-dump": [
"mkdir -p .Build/Web/typo3conf/ext/",
"[ -L .Build/Web/typo3conf/ext/folder-cobj ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/folder-cobj"
"[ -L .Build/Web/typo3conf/ext/folder_cobj ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/folder_cobj"
]
}
}

0 comments on commit d3c1f6e

Please sign in to comment.