Skip to content

Commit

Permalink
Drop support for phpunit 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 19, 2024
1 parent 149ad20 commit 3c0fbc0
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": {
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
"phpunit/phpunit": "^10.0 || ^11.0",
"slevomat/coding-standard": "^8.15",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
},
Expand Down

0 comments on commit 3c0fbc0

Please sign in to comment.