File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed
Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "license" : " MIT" ,
66 "minimum-stability" : " stable" ,
7- "keywords" :
8- [
7+ "keywords" : [
98 " cache" ,
109 " psr-6" ,
1110 " filesystem" ,
1211 " tag"
1312 ],
14- "homepage" : " https://github.com/php-cache/filesystem-adapter" ,
15- "authors" :
16- [
13+ "homepage" : " https://github.com/php-cache/filesystem-adapter" ,
14+ "authors" : [
1715 {
1816 "name" : " Aaron Scherer" ,
19172523 "homepage" : " https://github.com/nyholm"
2624 }
2725 ],
28- "require" :
29- {
26+ "require" : {
3027 "php" : " ^5.5|^7.0" ,
31- "psr/cache" : " ~ 1.0" ,
28+ "psr/cache" : " ^ 1.0" ,
3229 "cache/adapter-common" : " ^0.2" ,
3330 "cache/taggable-cache" : " ^0.3" ,
3431 "league/flysystem" : " ^1.0"
3532 },
36- "require-dev" :
37- {
38- "phpunit/phpunit" : " ^5.1|^4.0" ,
33+ "require-dev" : {
34+ "phpunit/phpunit" : " ^4.0|^5.1" ,
3935 "cache/integration-tests" : " ^0.7"
4036 },
41- "provide" :
42- {
37+ "provide" : {
4338 "psr/cache-implementation" : " ~1.0"
4439 },
45- "autoload" :
46- {
40+ "autoload" : {
4741 "psr-4" : {
4842 "Cache\\ Adapter\\ Filesystem\\ " : " src/"
4943 }
5044 },
51- "autoload-dev" :
52- {
45+ "autoload-dev" : {
5346 "psr-4" : {
5447 "Cache\\ Adapter\\ Filesystem\\ Tests\\ " : " tests/"
5548 }
You can’t perform that action at this time.
0 commit comments