Skip to content

Commit efb34a9

Browse files
committed
Fixes for composer.json
1 parent 650bdd1 commit efb34a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"laravel",
66
"laravel mysql",
77
"laravel mysql use index",
8-
"laravel mysql force index",
8+
"laravel mysql force index"
99
],
1010
"homepage": "https://github.com/vpominchuk/laravel-mysql-use-index-scope",
1111
"license": "MIT",
1212
"authors": [
1313
{
1414
"name": "Vasyl Pominchuk",
1515
"email": "vpominchuk@gmail.com",
16-
"homepage": "https://pominchuk.com",
1716
"role": "Developer"
1817
}
1918
],
@@ -29,6 +28,4 @@
2928
"config": {
3029
"sort-packages": true
3130
},
32-
"minimum-stability": "dev",
33-
"prefer-stable": true
3431
}

0 commit comments

Comments
 (0)