Skip to content
Snippets Groups Projects
Commit 9150b381 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Remove vendor/autoload.php and vendor/composer/ from Makefile - the problem...

Remove vendor/autoload.php and vendor/composer/ from Makefile - the problem was a autoloader in report/Excel.php
parent 547bd9b6
No related branches found
No related tags found
No related merge requests found
Pipeline #1236 passed
......@@ -6,7 +6,7 @@ RELEASE_DATE = $(shell date '+%Y%m%d%H%M')
GIT_REVISION_SHORT = $(shell git rev-parse --short HEAD || true)
GIT_REVISION_LONG = $(shell git rev-parse HEAD || true)
EXTENSION_CONTENT = Classes Configuration Documentation Source Resources ext_emconf.php ext_localconf.php ext_tables.php ext_icon.png ext_conf_template.txt config.qfq.example.php RELEASE.txt vendor/autoload.php vendor/composer
EXTENSION_CONTENT = Classes Configuration Documentation Source Resources ext_emconf.php ext_localconf.php ext_tables.php ext_icon.png ext_conf_template.txt config.qfq.example.php RELEASE.txt
DISTDIR=dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment