Files
api/composer.json
T
Jepp9350 34fc194df1 Add Redis integration and improve order processing
Introduces Redis integration with a client class, traits, and interface for caching and object persistence. Adds Redis tests, updates `composer` to include Predis, and extends configurations to support Redis. Implements a new `delete` method for bookings and enhances pagination to include order details.
2025-01-16 11:27:19 +01:00

14 lines
256 B
JSON

{
"require-dev": {
"rector/rector": "^1.2"
},
"require": {
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"aws/aws-sdk-php": "^3.0",
"predis/predis": "*"
}
}