mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
The library comes with an advertised PHP 8.4 compatibility. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
Instructions to import/update jmespath library into Moodle:
|
|
|
|
Update jmespath library
|
|
1. Download the latest jmespath.php library package from https://github.com/jmespath/jmespath.php/releases
|
|
2. Remove the lib/jmespath/src folder
|
|
3. Copy the src directory to lib/jmespath/ folder
|
|
4. Copy the associated following files to the jmespath directory:
|
|
- CHANGELOG.md
|
|
- composer.json
|
|
- LICENSE
|
|
- README.md
|