File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- - ' 7.0'
5
- - ' 7.2'
3
+ matrix :
4
+ include :
5
+ - php : 7.1
6
+ - php : 7.2
7
+ - php : 7.3
8
+ - php : 7.4
9
+ - php : 8.0
10
+ - php : nightly
11
+ allow_failures :
12
+ - php : nightly
13
+ fast_finish : true
6
14
7
15
env :
8
16
global :
Original file line number Diff line number Diff line change 20
20
}
21
21
},
22
22
"require" : {
23
- "php" : " >=7 .0" ,
23
+ "php" : " ^7.1 || ^8 .0" ,
24
24
"netresearch/jsonmapper" : " ^1.0 || ^2.0" ,
25
25
"phpdocumentor/reflection-docblock" : " ^4.3.4 || ^5.0.0"
26
26
},
27
27
"require-dev" : {
28
- "phpunit/phpunit" : " ^6.0 .0"
28
+ "phpunit/phpunit" : " ^7.0 || ^8 .0"
29
29
},
30
30
"minimum-stability" : " dev" ,
31
31
"prefer-stable" : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class DispatcherTest extends TestCase
13
13
private $ callsOfNestedTarget ;
14
14
private $ dispatcher ;
15
15
16
- public function setUp ()
16
+ public function setUp (): void
17
17
{
18
18
$ this ->calls = [];
19
19
$ this ->callsOfNestedTarget = [];
You can’t perform that action at this time.
0 commit comments