File tree Expand file tree Collapse file tree 2 files changed +815
-886
lines changed Expand file tree Collapse file tree 2 files changed +815
-886
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mressex/cache" ,
3
+ "description" : " Different PSR-16 cache implementations" ,
4
+ "license" : " MIT" ,
3
5
"type" : " library" ,
4
- "description" : " Different PSR-16 cache implementations " ,
5
6
"keywords" : [
6
7
" Cache" ,
7
8
" Caching"
8
9
],
9
- "license" : " MIT" ,
10
10
"authors" : [
11
11
{
12
12
"name" : " Kyle Essex"
13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " >= 7.4" ,
16
+ "php" : " ^ 7.4 || ^8.0 " ,
17
17
"ext-apcu" : " *" ,
18
- "phpunit/phpunit" : " ^9.5.2" ,
19
18
"psr/simple-cache" : " ^1.0"
20
19
},
21
- "provide" : {
22
- "psr/simple-cache-implementation" : " ^1.0"
23
- },
24
20
"require-dev" : {
21
+ "phpunit/phpunit" : " ^9.5.2" ,
25
22
"roave/security-advisories" : " dev-master"
26
23
},
24
+ "provide" : {
25
+ "psr/simple-cache-implementation" : " ^1.0"
26
+ },
27
27
"autoload" : {
28
28
"psr-4" : {
29
29
"MrEssex\\ FileCache\\ " : " src" ,
You can’t perform that action at this time.
0 commit comments