Skip to content

Commit cfc4398

Browse files
authored
Merge pull request bosnadev#40 from martinnaughton/master
In laravel 7.x ramsey/uuid 4.0.1 is installed by default. To make it …
2 parents bc45d6d + eee8ae0 commit cfc4398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.5",
1919
"illuminate/database": "^5.0|^6.0|^7.0",
20-
"ramsey/uuid": "^3.0",
20+
"ramsey/uuid": "^3.0|^4.0",
2121
"doctrine/dbal": "^2.5"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)