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 a721fe4 commit d41e6aaCopy full SHA for d41e6aa
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "fingo/laravel-cache-fallback",
+ "name": "fulfillment/laravel-cache-fallback",
3
"type": "library",
4
"description": "Provides fallback mechanisms for cache handlers",
5
"keywords": [
@@ -11,12 +11,16 @@
11
"laravel-cache-fallback"
12
],
13
"license": "Apache-2.0",
14
- "homepage": "https://github.com/fingo/laravel-cache-fallback",
+ "homepage": "https://github.com/Fulfillment-dot-com/laravel-cache-fallback",
15
"authors": [
16
+ {
17
+ "name": "FoxxMD",
18
+ "role": "Fork Maintainer"
19
+ },
20
21
"name": "Hubert Jedrzejek",
22
"email": "[email protected]",
- "role": "Developer"
23
+ "role": "Original Developer"
24
}
25
26
"require": {
0 commit comments