File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cache/session-handler" ,
3- "type" : " library" ,
43 "description" : " An implementation of PHP's SessionHandlerInterface that allows PSR-6" ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " cache" ,
78 " psr-6" ,
89 " session handler"
910 ],
10- "homepage" : " http://www.php-cache.com/en/latest/" ,
11- "license" : " MIT" ,
1211 "authors" : [
1312 {
1413 "name" : " Aaron Scherer" ,
2625 "homepage" : " https://github.com/prisis"
2726 }
2827 ],
28+ "homepage" : " http://www.php-cache.com/en/latest/" ,
2929 "require" : {
3030 "php" : " ^5.6 || ^7.0 || ^8.0" ,
3131 "psr/cache" : " ^1.0" ,
3535 "cache/array-adapter" : " ^1.0" ,
3636 "phpunit/phpunit" : " ^5.7.21"
3737 },
38- "extra" : {
39- "branch-alias" : {
40- "dev-master" : " 1.1-dev"
41- }
42- },
38+ "minimum-stability" : " dev" ,
39+ "prefer-stable" : true ,
4340 "autoload" : {
4441 "psr-4" : {
4542 "Cache\\ SessionHandler\\ " : " "
4845 " /Tests/"
4946 ]
5047 },
51- "minimum-stability" : " dev" ,
52- "prefer-stable" : true
48+ "extra" : {
49+ "branch-alias" : {
50+ "dev-master" : " 1.1-dev"
51+ }
52+ }
5353}
You can’t perform that action at this time.
0 commit comments