Skip to content

Commit

Permalink
Remove phpunit 6.5
Browse files Browse the repository at this point in the history
With the minimum version raised to PHP 7.1, there should be no
more need for PHPUnit 6.
  • Loading branch information
nikic committed Sep 6, 2022
1 parent 636f066 commit b4b60c8
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 @@ -19,7 +19,7 @@
"ext-ctype": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"ircmaxell/php-yacc": "^0.0.7"
},
"extra": {
Expand Down

0 comments on commit b4b60c8

Please sign in to comment.