made calls cacheable

This commit is contained in:
2024-09-13 02:09:15 +02:00
parent 4102902b34
commit 461b074988
4 changed files with 889 additions and 483 deletions

View File

@@ -12,7 +12,9 @@
"require": {
"ext-curl": "*",
"kbsali/redmine-api": "^2.7",
"guzzlehttp/guzzle": "^7"
"guzzlehttp/guzzle": "^7",
"symfony/contracts": "^3.5",
"symfony/cache": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^10",