Skip to content

Commit

Permalink
Merge pull request #48 from jakzal/phpunit-11
Browse files Browse the repository at this point in the history
Re-enable PHPUnit 11
  • Loading branch information
jakzal authored May 20, 2024
2 parents 19b1765 + 3a7ae81 commit ec605d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<phar xmlns="https://phar.io/xml/manifest/1.0">
<contains name="zalas/phpunit-globals" version="@@version@@" type="extension">
<extension for="phpunit/phpunit" compatible="^10.0"/>
<extension for="phpunit/phpunit" compatible="^10.0||^11.0"/>
</contains>

<copyright>
Expand Down

0 comments on commit ec605d2

Please sign in to comment.