File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
<phar name =" phpdox" version =" ^0.12" installed =" 0.12.0" location =" ./tools/phpdox" copy =" true" />
6
6
<phar name =" phploc" version =" ^4.0" installed =" 4.0.1" location =" ./tools/phploc" copy =" true" />
7
7
<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" />
9
9
<phar name =" composer" version =" ^2.0.3" installed =" 2.2.6" location =" ./tools/composer" copy =" true" />
10
10
</phive >
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
return [
12
- 'whitelist ' => [
13
- 'PHPUnit\* ' ,
14
- 'Prophecy\* ' ,
12
+ 'exclude-namespaces ' => [
13
+ 'PHPUnit ' ,
14
+ 'Prophecy '
15
+ ],
16
+ 'expose-constants ' => [
17
+ '/^__PHPUNIT_.+$/ '
15
18
],
16
19
];
You can’t perform that action at this time.
0 commit comments