Skip to content

Commit

Permalink
Require phpunit >=9.6.11
Browse files Browse the repository at this point in the history
Version 9.6.11 had the new asssertObjectHasProperty method added, which
completely replace the assertObjectHasAttribute ones in phpunit 10.x
  • Loading branch information
particleflux committed Oct 12, 2023
1 parent 597052c commit 688e576
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 @@ -16,7 +16,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"phpunit/phpunit": "^9.5 | ^10.0"
"phpunit/phpunit": "^9.6.11 || ^10.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 688e576

Please sign in to comment.