File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sudo: false
3
3
php :
4
4
- 7.1
5
5
- 7.2
6
+ - 7.3
6
7
env :
7
8
global :
8
9
# We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^7.1" ,
14
- "phpstan/phpstan" : " ^0.10" ,
15
- "thecodingmachine/safe" : " ^0.1"
14
+ "phpstan/phpstan" : " ^0.10 | v0.11 " ,
15
+ "thecodingmachine/safe" : " ^0.1.11 "
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ^7.1 " ,
18
+ "phpunit/phpunit" : " ^7.5.2 " ,
19
19
"php-coveralls/php-coveralls" : " ^2.1" ,
20
- "squizlabs/php_codesniffer" : " ^3.2 "
20
+ "squizlabs/php_codesniffer" : " ^3.4 "
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static function getFunctionList(): array
25
25
throw new \RuntimeException ('Could not find thecodingmachine/safe \'s functionsList.php file. ' );
26
26
}
27
27
// Let's index these functions by their name
28
- self ::$ functions = \array_combine ($ functions , $ functions );
28
+ self ::$ functions = \Safe \ array_combine ($ functions , $ functions );
29
29
}
30
30
return self ::$ functions ;
31
31
}
You can’t perform that action at this time.
0 commit comments