Skip to content

Commit

Permalink
[BUGFIX] Handle wrong package path calculation for extension development
Browse files Browse the repository at this point in the history
Can be reverted once https://review.typo3.org/c/Packages/TYPO3.CMS/+/85212
is merged and released.
  • Loading branch information
eliashaeussler committed Jul 11, 2024
1 parent 0fec1fc commit 3831ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
"@composer -d Tests/CGL update"
],
"post-autoload-dump": [
"@environment:prepare"
"@environment:prepare",
"# @todo Remove below line once https://review.typo3.org/c/Packages/TYPO3.CMS/+/85212 is released",
"awk '{ gsub(/packagePath\";s:2:\"\\/\\/\"/, \"packagePath\\\";s:0:\\\"\\\"\"); print }' .Build/vendor/typo3/PackageArtifact.php > .Build/vendor/typo3/PackageArtifact_fixed.php && mv .Build/vendor/typo3/PackageArtifact_fixed.php .Build/vendor/typo3/PackageArtifact.php"
],
"cgl": "@composer -d Tests/CGL --",
"docs": [
Expand Down

0 comments on commit 3831ef8

Please sign in to comment.