Skip to content

Commit

Permalink
Added pdfviewhelpers package to avoid error during composer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 16, 2020
1 parent 0d6009c commit 9fc19bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<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-backend typo3/cms-extbase typo3/cms-scheduler 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 bithost-gmbh/pdfviewhelpers 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" />
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"aimeos/ai-admin-jsonadm": "dev-master",
"aimeos/ai-client-jsonapi": "dev-master",
"aimeos/ai-client-html": "dev-master",
"bithost-gmbh/pdfviewhelpers": "^2.3.4",
"sjbr/static-info-tables": "^6.5",
"nyholm/psr7-server": "^0.4.1",
"nyholm/psr7": "~1.2"
Expand Down

0 comments on commit 9fc19bd

Please sign in to comment.