Merge branch 'MDL-80240' of https://github.com/paulholden/moodle
[moodle.git] / lib / zipstream / readme_moodle.txt
blobed1c0364c748b60b68193901d37e28d0a403a6d3
1 Instructions to import ZipStream into Moodle:
3 1/ Download from https://github.com/maennchen/ZipStream-PHP/releases/
5 2/ Copy the LICENSE file and the src folder into the lib/zipstream folder
7 3/ Ensure any dependencies required are also imported, e.g.:
8    - php-64bit
9    - ext-mbstring
10    - ext-zlib
11    The dependencies will be listed in the "require" section of
12    the library's composer.json (https://github.com/maennchen/ZipStream-PHP/blob/<X.Y.Z>/composer.json).
13    X.Y.Z is a version number.