Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Description of php-jwt library import into Moodle
2
 
3
Dependencies
4
------------
5
- The lib/lti1p3 library currently depends on version 6.0 of php-jwt.
6
- There are usages of this library in mod/lti too. Please check these.
7
 
8
Instructions
9
------------
1441 ariadna 10
1. Check dependencies to confirm suitability of the new version of the library (see above).
11
2. Visit [https://github.com/firebase/php-jwt].
12
3. Click on 'X releases'.
13
4. Download the latest release.
14
5. Remove everything under lib/php-jwt/ except this file (readme_moodle.txt).
15
6. Unzip the release and put its content as into lib/php-jwt.
16
7. Update entry for this library in lib/thirdpartylibs.xml.
1 efrain 17