File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " cache/session-handler" ,
3- "type" : " library" ,
4- "description" : " An implementation of PHP's SessionHandlerInterface that allows PSR-6" ,
5- "keywords" : [
2+ "name" : " cache/session-handler" ,
3+ "type" : " library" ,
4+ "description" : " An implementation of PHP's SessionHandlerInterface that allows PSR-6" ,
5+ "keywords" : [
66 " cache" ,
77 " psr-6" ,
88 " session handler"
99 ],
10- "homepage" : " https://github.com/php-cache/session-handler" ,
11- "license" : " MIT" ,
12- "authors" : [
10+ "homepage" : " https://github.com/php-cache/session-handler" ,
11+ "license" : " MIT" ,
12+ "authors" : [
1313 {
1414 "name" : " Aaron Scherer" ,
15152121 "homepage" : " https://github.com/nyholm"
2222 }
2323 ],
24- "require" : {
24+ "require" : {
2525 "php" : " ^5.5|^7.0" ,
2626 "psr/cache" : " ^1.0"
2727 },
28- "require-dev" : {
29- "phpunit/phpunit" : " ^4.0|^5.1" ,
30- "mockery/mockery" : " ^0.9" ,
31- "cache/array-adapter" : " @stable" ,
32- "cache/integration-test " : " 0.7.0 "
28+ "require-dev" : {
29+ "phpunit/phpunit" : " ^4.0|^5.1" ,
30+ "mockery/mockery" : " ^0.9" ,
31+ "cache/array-adapter" : " @stable" ,
32+ "cache/integration-tests " : " ^ 0.7"
3333 },
34- "autoload" : {
35- "psr-4" : {
34+ "autoload" : {
35+ "psr-4" : {
3636 "Cache\\ SessionHandler\\ " : " "
3737 },
3838 "exclude-from-classmap" : [
You can’t perform that action at this time.
0 commit comments