aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_files.php
Commit message (Collapse)AuthorAgeFilesLines
* update composer libsMario2022-05-191-3/+1
|
* bump php image to 8.0Mario2022-02-111-1/+1
|
* more composer updatesMario2022-02-111-1/+1
|
* composer update smarty to version 4.1Mario2022-02-111-1/+1
|
* composer libs minor version updatesMario2022-02-111-1/+1
|
* update composer libsMario2021-10-081-0/+2
|
* get devHilmar R2021-03-011-0/+1
|
* update composer libs and minor notifications display fixesMario2019-12-121-0/+1
|
* another bulk of composer updatesMario2019-11-101-1/+0
| | | (cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
* update composer libs and add ramsey/uuidMario Vavti2018-08-281-0/+1
|
* update league/html-to-markdown via composerMario Vavti2018-01-121-2/+2
|
* install smarty via composer and update other php libsMario Vavti2017-12-181-2/+3
|
* :arrow_up: Update HTML Purifier library.Klaus Weidenbach2017-03-261-0/+1
| | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-2/+2
| | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first.
* update to sabre/dav to version 3.2.0Mario Vavti2016-06-281-2/+2
|
* initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-101-0/+16
browser interface, and rework event export/import)