Skip to content

Commit

Permalink
Reduce size of the extension package
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 16, 2020
1 parent baf5cfa commit 0d6009c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

<target name="composer" description="Updates composer dependencies">
<delete dir="Resources/Libraries" includeemptydirs="true" />
<exec command="composer remove --no-update --working-dir ${project.basedir} typo3/cms-core typo3/cms-extbase sjbr/static-info-tables" checkreturn="true" logoutput="true" />
<exec command="composer remove --no-update --working-dir ${project.basedir} typo3/cms-core typo3/cms-backend typo3/cms-extbase typo3/cms-scheduler sjbr/static-info-tables" checkreturn="true" logoutput="true" />
<exec command="composer update --no-dev --no-autoloader --working-dir ${project.basedir}" checkreturn="true" logoutput="true" passthru="true" />
<exec command="rm -rf Resources/Libraries/tecnickcom/" checkreturn="true" logoutput="true" />
<exec command="composer dump-autoload --working-dir ${project.basedir}" checkreturn="true" logoutput="true" />
<exec command="git checkout composer.json" checkreturn="true" logoutput="true" />
</target>
Expand Down
1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'php' => '7.2.0-7.99.99',
'typo3' => '9.5.0-10.99.99',
'scheduler' => '9.5.0-10.99.99',
'pdfviewhelpers' => '2.3.4-2.99.99',
'static_info_tables' => '6.0.0-6.99.99',
),
'conflicts' => array(
Expand Down

0 comments on commit 0d6009c

Please sign in to comment.