-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.08 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "laravel-liberu/cache-chain",
"description": "Cache chain for Laravel Liberu",
"keywords": [
"laravel-liberu",
"cache-chain",
"laravel-cache",
"cache"
],
"homepage": "https://github.com/laravel-liberu/cache-chain",
"type": "library",
"license": "MIT",
"authors": [{
"name": "Reza Fouladi",
"email": "raftx24@gmail.com",
"homepage": "https://laravel-liberu.com",
"role": "Developer"
}, {
"name": "Adrian Ocneanu",
"email": "aocneanu@gmail.com",
"homepage": "https://laravel-liberu.com",
"role": "Developer"
}],
"require": {
"php": ">=7.4.0",
"laravel/framework": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
"LaravelLiberu\\CacheChain\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelLiberu\\CacheChain\\AppServiceProvider"
],
"aliases": {}
}
},
"require-dev": {
"rector/rector": "^0.17.0"
}
}