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

Commit f07b99a

Browse files
committed
change to https
1 parent 173a081 commit f07b99a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"email": "dieter@deltasolutions.be"
1010
}
1111
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/LLoadout/laravel-livewire-tables.git"
16+
}
17+
],
1218
"require": {
1319
"php": "^7.4|^8.0",
1420
"livewire/livewire": "^2.0",
@@ -24,12 +30,7 @@
2430
"LLoadoutInforce\\Database\\Seeds\\": "database/seeds/"
2531
}
2632
},
27-
"repositories": [
28-
{
29-
"type": "vcs",
30-
"url": "git@github.com:LLoadout/laravel-livewire-tables.git"
31-
}
32-
],
33+
3334
"extra": {
3435
"laravel": {
3536
"providers": [

0 commit comments

Comments
 (0)