Skip to content

Commit 4454b7d

Browse files
committed
Require Ramsey UUID
1 parent 7b554a6 commit 4454b7d

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
@@ -14,7 +14,8 @@
1414
"illuminate/support": "^7.26.0|^8.0",
1515
"illuminate/console": "^7.26.0|^8.0",
1616
"illuminate/http": "^7.26.0|^8.0",
17-
"guzzlehttp/guzzle": "^7.2"
17+
"guzzlehttp/guzzle": "^7.2",
18+
"ramsey/uuid": "^3.7|^4.0"
1819
},
1920
"require-dev": {
2021
"orchestra/testbench": "^5.0|^6.0",

0 commit comments

Comments
 (0)