Skip to content

Commit

Permalink
Merge pull request #21 from teamleadercrm/update-ramsey/uuid-version
Browse files Browse the repository at this point in the history
Require Ramsey/UUID to be at least v4.5
  • Loading branch information
JordyDeGroeve committed Jul 25, 2023
2 parents 7accd8a + 47311fd commit 7b7964d
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
@@ -1,7 +1,7 @@
{
"name": "teamleadercrm/uuidifier",
"require": {
"ramsey/uuid": ">=4.2 <4.6",
"ramsey/uuid": ">=4.5 <4.6",
"symfony/console": "^3.1|^4.0|^5.0|^6.0"
},
"autoload": {
Expand Down

0 comments on commit 7b7964d

Please sign in to comment.