File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
],
24
24
"homepage" : " http://www.php-cache.com/en/latest/" ,
25
25
"require" : {
26
- "php" : " ^5.6 || ^7.0 || ^8.0" ,
26
+ "php" : " ^7.1 || ^8.0" ,
27
27
"cache/adapter-common" : " ^1.0" ,
28
28
"cache/hierarchical-cache" : " ^1.0" ,
29
29
"psr/cache" : " ^1.0 || ^2.0" ,
30
30
"psr/simple-cache" : " ^1.0"
31
31
},
32
32
"require-dev" : {
33
- "cache/integration-tests" : " ^0.16 " ,
34
- "phpunit/phpunit" : " ^5.7.21 "
33
+ "cache/integration-tests" : " ^0.17 " ,
34
+ "phpunit/phpunit" : " ^7.5.20 || ^9.5.10 "
35
35
},
36
36
"provide" : {
37
37
"psr/cache-implementation" : " ^1.0" ,
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