Skip to content

Commit

Permalink
corrects php version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Jun 5, 2023
1 parent bac1765 commit e761820
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 @@ -28,7 +28,7 @@
],
"homepage": "https://github.com/mockery/mockery",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"lib-pcre": ">=7.0",
"hamcrest/hamcrest-php": "^2.0.1"
},
Expand Down

0 comments on commit e761820

Please sign in to comment.