Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit f621b33

Browse files
committed
require ramsey/uuid
1 parent d30322f commit f621b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^7.4|^8",
18-
"illuminate/support": "^7|^8"
18+
"illuminate/support": "^7|^8",
19+
"ramsey/uuid": "^4.1"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)