Skip to content

Commit

Permalink
Allow PHPUnit 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfui committed Dec 10, 2024
1 parent 1b034be commit f94a859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"require": {
"php": ">=7.3",
"phpunit/phpunit": "^8.5|^9.0"
"phpunit/phpunit": "^8.5|^9.0|^10.0|^11.0"
}
}

0 comments on commit f94a859

Please sign in to comment.