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 @@ -34,7 +34,7 @@ class SimpleCacheBridgeTest extends TestCase
3434 */
3535 private $ itemMock ;
3636
37- protected function setUp ()
37+ protected function setUp (): void
3838 {
3939 parent ::setUp ();
4040
Original file line number Diff line number Diff line change 1818 ],
1919 "homepage" : " http://www.php-cache.com/en/latest/" ,
2020 "require" : {
21- "php" : " ^5.6 || ^7.0 || ^8.0" ,
21+ "php" : " ^7.1 || ^8.0" ,
2222 "psr/cache" : " ^1.0 || ^2.0" ,
2323 "psr/simple-cache" : " ^1.0"
2424 },
2525 "require-dev" : {
26- "cache/integration-tests" : " ^0.16 " ,
26+ "cache/integration-tests" : " ^0.17 " ,
2727 "mockery/mockery" : " ^1.0" ,
28- "phpunit/phpunit" : " ^5.7.21 " ,
28+ "phpunit/phpunit" : " ^7.5.20 || ^9.5.10 " ,
2929 "symfony/cache" : " ^3.2"
3030 },
3131 "provide" : {
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