Skip to content

Commit

Permalink
Fix version constraint for phpspec/prophecy
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 20, 2024
1 parent c5bbc95 commit 43bd4a6
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 @@ -27,7 +27,7 @@
},
"require-dev": {
"phpspec/phpspec": "^7.5",
"phpspec/prophecy": "1.20"
"phpspec/prophecy": "^1.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 43bd4a6

Please sign in to comment.