MDL-56012 lib: Update of readme and xml file.

Also made edits to use the PSR-4 autoloader.
This commit is contained in:
Adrian Greeve 2016-09-20 15:16:17 +08:00
parent cd198eafd6
commit dd9ee3d837
6 changed files with 14 additions and 21 deletions

View file

@ -1,13 +1,10 @@
#!/bin/sh
#
# Description of import of Horde libraries
#
wget https://codeload.github.com/box/spout/zip/v2.4.3
unzip v2.4.3
rm v2.4.3
rm spout-2.4.3/composer.json
rm -rf src
mv -f spout-2.4.3/* .
rm -r spout-2.4.3/
Description of Spout library import 2.6.0
=========================================
* Download / Clone from https://github.com/box/spout/
* Only include the src/Spout directory.
* Update lib/thirdpartylibs.xml with the latest version.
2016/09/20
----------
Updated to v2.6.0 (MDL-56012)
by Adrian Greeve <adrian@moodle.com>