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

Commit 1adc3b0

Browse files
committed
reorder json
1 parent f07b99a commit 1adc3b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/LLoadout/laravel-livewire-tables.git"
16-
}
17-
],
1812
"require": {
1913
"php": "^7.4|^8.0",
2014
"livewire/livewire": "^2.0",
@@ -23,6 +17,12 @@
2317
"spatie/laravel-permission": "^4.0",
2418
"laravel/jetstream": "^2.2"
2519
},
20+
"repositories": [
21+
{
22+
"type": "vcs",
23+
"url": "https://github.com/LLoadout/laravel-livewire-tables.git"
24+
}
25+
],
2626
"autoload": {
2727
"psr-4": {
2828
"LLoadoutInforce\\": "src",

0 commit comments

Comments
 (0)