Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8aa54f1

Browse files
committed
Package Dependency: webpatser/laravel-uuid
1 parent e819ec2 commit 8aa54f1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,20 @@
3131
"email": "arpan@iconscout.com"
3232
}
3333
],
34+
"repositories": [
35+
{
36+
"packagist.org": false,
37+
"type": "vcs",
38+
"url": "https://github.com/rankarpan/laravel-uuid"
39+
}
40+
],
3441
"require": {
3542
"php": ">=7.0",
3643
"owen-it/laravel-auditing": "^6.0",
3744
"elasticsearch/elasticsearch": "6.*",
38-
"webpatser/laravel-uuid": "^3.0"
45+
"webpatser/laravel-uuid": "dev-master"
3946
},
47+
"minimum-stability": "dev",
4048
"autoload": {
4149
"psr-4": {
4250
"Iconscout\\Auditing\\": "src/"

0 commit comments

Comments
 (0)