Skip to content

Commit 82368f6

Browse files
Merge branch '8.5' into 9.5
2 parents 4283903 + d4f823e commit 82368f6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
66
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
77
<phar name="psalm" version="^4.0" installed="4.20.0" location="./tools/psalm" copy="true"/>
8-
<phar name="humbug/php-scoper" version="^0.15.0" installed="0.15.0" location="./tools/php-scoper" copy="true"/>
8+
<phar name="humbug/php-scoper" version="^0.17.0" installed="0.17.0" location="./tools/php-scoper" copy="true"/>
99
<phar name="composer" version="^2.0.3" installed="2.2.6" location="./tools/composer" copy="true"/>
1010
</phive>

build/config/php-scoper.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
*/
1010

1111
return [
12-
'whitelist' => [
13-
'PHPUnit\*',
14-
'Prophecy\*',
12+
'exclude-namespaces' => [
13+
'PHPUnit',
14+
'Prophecy'
15+
],
16+
'expose-constants' => [
17+
'/^__PHPUNIT_.+$/'
1518
],
1619
];

tools/php-scoper

325 KB
Binary file not shown.

0 commit comments

Comments
 (0)