Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Instructions to import/update guzzle library into Moodle:
2
 
3
Update guzzle promises library
4
1. Download the latest guzzle promises library from https://github.com/guzzle/promises
5
2. Copy the src directory to lib/guzzlehttp/promises folder
6
3. Copy the associated files LICENCE, README.md etc. to promises directory
7
 
8
Update guzzle http library
9
1. Download the latest guzzlehttp library from https://github.com/guzzle/guzzle
10
2. Copy the src directory to lib/guzzlehttp/guzzle folder
11
3. Copy the associated files LICENCE, README.md etc. to guzzle directory
12
 
13
Update guzzle psr-7 message implementation library
14
1. Download the latest psr-7 library from https://github.com/guzzle/psr7
15
2. Copy the src directory to lib/guzzlehttp/psr-7 folder
16
3. Copy the associated files LICENCE, README.md etc. to psr-7 directory
17
 
18
Update guzzle cache implementation library
19
1. Download the latest Guzzle cache middleware library from https://github.com/Kevinrob/guzzle-cache-middleware
20
2. Copy the src directory to guzzlehttp/kevinrob/guzzlecache folder
21
3. Copy the associated files LICENCE, README.md etc. to guzzlecache directory