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.
2 parents 19b1765 + 3a7ae81 commit ec605d2Copy full SHA for ec605d2
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
14
- "phpunit/phpunit": "^10.0"
+ "phpunit/phpunit": "^10.0 || ^11.0"
15
},
16
"autoload": {
17
"psr-4": {
manifest.xml.in
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<phar xmlns="https://phar.io/xml/manifest/1.0">
3
<contains name="zalas/phpunit-globals" version="@@version@@" type="extension">
4
- <extension for="phpunit/phpunit" compatible="^10.0"/>
+ <extension for="phpunit/phpunit" compatible="^10.0||^11.0"/>
5
</contains>
6
7
<copyright>
0 commit comments