We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598f745 commit 597ea14Copy full SHA for 597ea14
composer.json
@@ -1,7 +1,19 @@
1
{
2
"name": "codezero/laravel-unique-translation",
3
- "description": "",
4
- "keywords": [],
+ "description": "Check if a translated value in a JSON column is unique in the database.",
+ "keywords": [
5
+ "translation",
6
+ "json",
7
+ "mysql",
8
+ "php",
9
+ "laravel",
10
+ "validation",
11
+ "validator",
12
+ "unique",
13
+ "rule",
14
+ "language",
15
+ "database"
16
+ ],
17
"license": "MIT",
18
"authors": [
19
@@ -36,7 +48,11 @@
36
48
]
37
49
}
38
50
},
51
+ "config": {
52
+ "preferred-install": "dist",
53
+ "sort-packages": true,
54
+ "optimize-autoloader": true
55
+ },
39
56
"minimum-stability": "stable",
40
- "sort-packages": true,
41
- "optimize-autoloader": true
57
+ "prefer-stable": true
42
58
0 commit comments