File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ protected function validateKey($key)
299299 /**
300300 * @param LoggerInterface $logger
301301 */
302- public function setLogger (LoggerInterface $ logger )
302+ public function setLogger (LoggerInterface $ logger ): void
303303 {
304304 $ this ->logger = $ logger ;
305305 }
Original file line number Diff line number Diff line change 2222 ],
2323 "homepage" : " http://www.php-cache.com/en/latest/" ,
2424 "require" : {
25- "php" : " ^5.6 || ^7.0 || ^8.0" ,
25+ "php" : " ^7.1 || ^8.0" ,
2626 "cache/tag-interop" : " ^1.0" ,
2727 "psr/cache" : " ^1.0 || ^2.0" ,
2828 "psr/log" : " ^1.0 || ^2.0 || ^3.0" ,
2929 "psr/simple-cache" : " ^1.0"
3030 },
3131 "require-dev" : {
32- "cache/integration-tests" : " ^0.16 " ,
33- "phpunit/phpunit" : " ^5.7.21 "
32+ "cache/integration-tests" : " ^0.17 " ,
33+ "phpunit/phpunit" : " ^7.5.20 || ^9.5.10 "
3434 },
3535 "minimum-stability" : " dev" ,
3636 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 bootstrap =" vendor/autoload.php"
1312 >
1413 <testsuites >
You can’t perform that action at this time.
0 commit comments