Skip to content

Commit 597ea14

Browse files
committed
Update composer.json
1 parent 598f745 commit 597ea14

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

composer.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "codezero/laravel-unique-translation",
3-
"description": "",
4-
"keywords": [],
3+
"description": "Check if a translated value in a JSON column is unique in the database.",
4+
"keywords": [
5+
"translation",
6+
"json",
7+
"mysql",
8+
"php",
9+
"laravel",
10+
"validation",
11+
"validator",
12+
"unique",
13+
"rule",
14+
"language",
15+
"database"
16+
],
517
"license": "MIT",
618
"authors": [
719
{
@@ -36,7 +48,11 @@
3648
]
3749
}
3850
},
51+
"config": {
52+
"preferred-install": "dist",
53+
"sort-packages": true,
54+
"optimize-autoloader": true
55+
},
3956
"minimum-stability": "stable",
40-
"sort-packages": true,
41-
"optimize-autoloader": true
57+
"prefer-stable": true
4258
}

0 commit comments

Comments
 (0)