moodle/lib/jmespath/readme_moodle.txt
Daniel Ziegenberg 232c8f48fa
MDL-84177 libraries: Upgrade JMESPath to 2.8.0
The library comes with an advertised PHP 8.4 compatibility.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-05-06 06:39:50 +02:00

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