We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f063f commit f4641b1Copy full SHA for f4641b1
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*",
+ "php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*|8.5.*",
20
"ext-mbstring": "*"
21
},
22
"require-dev": {
phpunit.xml
@@ -4,9 +4,9 @@
4
<directory>./tests/</directory>
5
</testsuite>
6
</testsuites>
7
- <filter>
8
- <whitelist>
+ <source>
+ <include>
9
<directory>./src/</directory>
10
- </whitelist>
11
- </filter>
+ </include>
+ </source>
12
</phpunit>
0 commit comments