MDL-76135 core: Add guzzle cache middleware

This commit is contained in:
Safat
2023-01-30 13:05:27 +11:00
parent 7c5363eed3
commit 59a9987719
26 changed files with 2484 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ class core_component {
'GuzzleHttp\\Psr7' => 'lib/guzzlehttp/psr7/src',
'GuzzleHttp\\Promise' => 'lib/guzzlehttp/promises/src',
'GuzzleHttp' => 'lib/guzzlehttp/guzzle/src',
'Kevinrob\\GuzzleCache' => 'lib/guzzlehttp/kevinrob/guzzlecache/src',
);
/**