File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cache/simple-cache-bridge" ,
3- "description" : " A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache." ,
43 "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." ,
85 "keywords" : [
96 " cache" ,
107 " psr-6" ,
118 " psr-16" ,
129 " bridge"
1310 ],
1411 "homepage" : " http://www.php-cache.com/en/latest/" ,
12+ "license" : " MIT" ,
1513 "authors" : [
1614 {
1715 "name" : " Magnus Nordlander" ,
2422 "psr/cache" : " ^1.0" ,
2523 "psr/simple-cache" : " ^1.0"
2624 },
25+ "provide" : {
26+ "psr/simple-cache-implementation" : " ^1.0"
27+ },
2728 "require-dev" : {
28- "phpunit/phpunit" : " ^5.7.21" ,
2929 "cache/integration-tests" : " ^0.16" ,
3030 "mockery/mockery" : " ^1.0" ,
31+ "phpunit/phpunit" : " ^5.7.21" ,
3132 "symfony/cache" : " ^3.2"
3233 },
33- "provide" : {
34- "psr/simple-cache-implementation" : " ^1.0"
34+ "extra" : {
35+ "branch-alias" : {
36+ "dev-master" : " 1.1-dev"
37+ }
3538 },
3639 "autoload" : {
3740 "psr-4" : {
4144 " /Tests/"
4245 ]
4346 },
44- "extra" : {
45- "branch-alias" : {
46- "dev-master" : " 1.1-dev"
47- }
48- }
47+ "minimum-stability" : " dev" ,
48+ "prefer-stable" : true
4949}
You can’t perform that action at this time.
0 commit comments