We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ec274 commit 47e0ce1Copy full SHA for 47e0ce1
CHANGELOG.md
@@ -2,6 +2,12 @@ CHANGE LOG
2
==========
3
4
5
+## V7.6 (04/03/2025)
6
+
7
+* Added graham-campbell/bounded-cache v3 support
8
+* Require m4tthumphrey/php-gitlab-api 11.15
9
10
11
## V7.5 (17/03/2024)
12
13
* Added Laravel 11 support
composer.json
@@ -12,7 +12,7 @@
],
"require": {
14
"php": "^7.4.15 || ^8.0.2",
15
- "graham-campbell/bounded-cache": "^1.2 || ^2.2",
+ "graham-campbell/bounded-cache": "^1.2 || ^2.2 || ^3.0",
16
"graham-campbell/manager": "^5.1",
17
"guzzlehttp/guzzle": "^7.8.1",
18
"guzzlehttp/psr7": "^2.6.2",
0 commit comments