File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 ],
1111 "homepage" : " http://www.php-cache.com/en/latest/" ,
1212 "license" : " MIT" ,
13- "minimum-stability" : " dev" ,
14- "prefer-stable" : true ,
1513 "authors" : [
1614 {
1715 "name" : " Aaron Scherer" ,
3129 ],
3230 "require" : {
3331 "php" : " ^5.6 || ^7.0 || ^8.0" ,
34- "psr/ cache" : " ^1.0" ,
35- "cache/tag-interop " : " ^1.0"
32+ "cache/tag-interop " : " ^1.0" ,
33+ "psr/cache " : " ^1.0"
3634 },
3735 "require-dev" : {
38- "phpunit/phpunit" : " ^5.7.21" ,
3936 "cache/integration-tests" : " ^0.16" ,
37+ "phpunit/phpunit" : " ^5.7.21" ,
4038 "symfony/cache" : " ^3.1"
4139 },
40+ "extra" : {
41+ "branch-alias" : {
42+ "dev-master" : " 1.1-dev"
43+ }
44+ },
4245 "autoload" : {
4346 "psr-4" : {
4447 "Cache\\ Taggable\\ " : " "
4750 " /Tests/"
4851 ]
4952 },
50- "extra" : {
51- "branch-alias" : {
52- "dev-master" : " 1.1-dev"
53- }
54- }
53+ "minimum-stability" : " dev" ,
54+ "prefer-stable" : true
5555}
You can’t perform that action at this time.
0 commit comments