File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "homepage" : " http://www.php-cache.com/en/latest/" ,
1313 "license" : " MIT" ,
14- "minimum-stability" : " dev" ,
15- "prefer-stable" : true ,
1614 "authors" : [
1715 {
1816 "name" : " Tobias Nyholm" ,
3028 "psr/cache" : " ^1.0"
3129 },
3230 "require-dev" : {
33- "phpunit/phpunit" : " ^5.7.21" ,
34- "cache/array-adapter" : " ^1.0"
31+ "cache/array-adapter" : " ^1.0" ,
32+ "phpunit/phpunit" : " ^5.7.21"
33+ },
34+ "extra" : {
35+ "branch-alias" : {
36+ "dev-master" : " 1.1-dev"
37+ }
3538 },
3639 "autoload" : {
3740 "psr-4" : {
3841 "Cache\\ Util\\ " : " "
3942 },
40- "files" : [" SimpleCache/util.php" ],
43+ "files" : [
44+ " SimpleCache/util.php"
45+ ],
4146 "exclude-from-classmap" : [
4247 " /Tests/"
4348 ]
4449 },
45- "extra" : {
46- "branch-alias" : {
47- "dev-master" : " 1.1-dev"
48- }
49- }
50+ "minimum-stability" : " dev" ,
51+ "prefer-stable" : true
5052}
You can’t perform that action at this time.
0 commit comments