Skip to content

Commit

Permalink
[TASK] Minimize footprint of composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed May 26, 2023
1 parent 32310da commit 950b05e
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 @@ -89,7 +89,9 @@
],
"tests:setup": [
"@tests:env",
"@composer req --prefer-source --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"rm -Rf .Build/vendor/typo3/cms-core",
"@composer update --prefer-source typo3/cms-core",
"@tests:restore-git"
],
"tests:unit": [
Expand Down

0 comments on commit 950b05e

Please sign in to comment.