File tree 3 files changed +4
-5
lines changed
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
34
34
*/
35
35
private $ itemMock ;
36
36
37
- protected function setUp ()
37
+ protected function setUp (): void
38
38
{
39
39
parent ::setUp ();
40
40
Original file line number Diff line number Diff line change 18
18
],
19
19
"homepage" : " http://www.php-cache.com/en/latest/" ,
20
20
"require" : {
21
- "php" : " ^5.6 || ^7.0 || ^8.0" ,
21
+ "php" : " ^7.1 || ^8.0" ,
22
22
"psr/cache" : " ^1.0 || ^2.0" ,
23
23
"psr/simple-cache" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
- "cache/integration-tests" : " ^0.16 " ,
26
+ "cache/integration-tests" : " ^0.17 " ,
27
27
"mockery/mockery" : " ^1.0" ,
28
- "phpunit/phpunit" : " ^5.7.21 " ,
28
+ "phpunit/phpunit" : " ^7.5.20 || ^9.5.10 " ,
29
29
"symfony/cache" : " ^3.2"
30
30
},
31
31
"provide" : {
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" vendor/autoload.php"
13
12
>
14
13
<testsuites >
You can’t perform that action at this time.
0 commit comments