Skip to content

Commit

Permalink
Update ramsey/uuid lib (#32086)
Browse files Browse the repository at this point in the history
Update to version 4.0
caiquecastro authored Mar 24, 2020
1 parent 3b26793 commit ce33b09
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"opis/closure": "^3.1",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^3.7",
"ramsey/uuid": "^3.7|^4.0",
"swiftmailer/swiftmailer": "^6.0",
"symfony/console": "^5.0",
"symfony/error-handler": "^5.0",
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/composer.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"illuminate/pipeline": "^7.0",
"illuminate/support": "^7.0",
"opis/closure": "^3.1",
"ramsey/uuid": "^3.7",
"ramsey/uuid": "^3.7|^4.0",
"symfony/process": "^5.0"
},
"autoload": {
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"suggest": {
"illuminate/filesystem": "Required to use the composer class (^7.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7|^4.0).",
"symfony/process": "Required to use the composer class (^5.0).",
"symfony/var-dumper": "Required to use the dd function (^5.0).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)."

0 comments on commit ce33b09

Please sign in to comment.