Skip to content

Commit

Permalink
Merge pull request #24 from teamleadercrm/upgrade/ramsey-uuid-4.7.6
Browse files Browse the repository at this point in the history
Expand the ramsey/uuid version constraints so that the current latest version (4.7.6) is supported
  • Loading branch information
StephenBeirlaen committed Jul 25, 2024
2 parents 924d842 + 4d4a2e3 commit a2d2c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "teamleadercrm/uuidifier",
"version": "1.9.1",
"version": "1.10.0",
"require": {
"php": "^8.1",
"ramsey/uuid": ">=4.5 <4.6",
"ramsey/uuid": ">=4.5 <4.8",
"symfony/console": "^6.0|^7.0"
},
"autoload": {
Expand Down

0 comments on commit a2d2c28

Please sign in to comment.