File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cache/simple-cache-bridge" ,
3
- "description" : " A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache." ,
4
3
"type" : " library" ,
5
- "license" : " MIT" ,
6
- "minimum-stability" : " dev" ,
7
- "prefer-stable" : true ,
4
+ "description" : " A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache." ,
8
5
"keywords" : [
9
6
" cache" ,
10
7
" psr-6" ,
11
8
" psr-16" ,
12
9
" bridge"
13
10
],
14
11
"homepage" : " http://www.php-cache.com/en/latest/" ,
12
+ "license" : " MIT" ,
15
13
"authors" : [
16
14
{
17
15
"name" : " Magnus Nordlander" ,
24
22
"psr/cache" : " ^1.0" ,
25
23
"psr/simple-cache" : " ^1.0"
26
24
},
25
+ "provide" : {
26
+ "psr/simple-cache-implementation" : " ^1.0"
27
+ },
27
28
"require-dev" : {
28
- "phpunit/phpunit" : " ^5.7.21" ,
29
29
"cache/integration-tests" : " ^0.16" ,
30
30
"mockery/mockery" : " ^1.0" ,
31
+ "phpunit/phpunit" : " ^5.7.21" ,
31
32
"symfony/cache" : " ^3.2"
32
33
},
33
- "provide" : {
34
- "psr/simple-cache-implementation" : " ^1.0"
34
+ "extra" : {
35
+ "branch-alias" : {
36
+ "dev-master" : " 1.1-dev"
37
+ }
35
38
},
36
39
"autoload" : {
37
40
"psr-4" : {
41
44
" /Tests/"
42
45
]
43
46
},
44
- "extra" : {
45
- "branch-alias" : {
46
- "dev-master" : " 1.1-dev"
47
- }
48
- }
47
+ "minimum-stability" : " dev" ,
48
+ "prefer-stable" : true
49
49
}
You can’t perform that action at this time.
0 commit comments