Skip to content

Commit 8114c65

Browse files
authored
Merge pull request #55 from jakzal/phpunit-12
Allow PHPUnit 12
2 parents 49e3d6f + ff35345 commit 8114c65

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 || ~8.4.0 || ~8.5.0",
14-
"phpunit/phpunit": "^10.0 || ^11.0"
14+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.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||^11.0"/>
4+
<extension for="phpunit/phpunit" compatible="^10.0||^11.0||^12.0"/>
55
</contains>
66

77
<copyright>

0 commit comments

Comments
 (0)