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

Commit c053f91

Browse files
committed
fix namings
1 parent 03aed0b commit c053f91

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.4|^8.0",
1414
"livewire/livewire": "^2.0",
15-
"lloadout/laravel-livewire-tables": "master",
15+
"lloadout/laravel-livewire-tables": "main",
1616
"spatie/laravel-package-tools": "^1.1",
1717
"spatie/laravel-permission": "^4.0",
1818
"laravel/jetstream": "^2.2"
@@ -24,6 +24,12 @@
2424
"LLoadoutInforce\\Database\\Seeds\\": "database/seeds/"
2525
}
2626
},
27+
"repositories": [
28+
{
29+
"type": "vcs",
30+
"url": "git@github.com:LLoadout/laravel-livewire-tables.git"
31+
}
32+
],
2733
"extra": {
2834
"laravel": {
2935
"providers": [
File renamed without changes.

0 commit comments

Comments
 (0)