Skip to content

Commit ec605d2

Browse files
authored
Merge pull request #48 from jakzal/phpunit-11
Re-enable PHPUnit 11
2 parents 19b1765 + 3a7ae81 commit ec605d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
14-
"phpunit/phpunit": "^10.0"
14+
"phpunit/phpunit": "^10.0 || ^11.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

manifest.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<phar xmlns="https://phar.io/xml/manifest/1.0">
33
<contains name="zalas/phpunit-globals" version="@@version@@" type="extension">
4-
<extension for="phpunit/phpunit" compatible="^10.0"/>
4+
<extension for="phpunit/phpunit" compatible="^10.0||^11.0"/>
55
</contains>
66

77
<copyright>

0 commit comments

Comments
 (0)