File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " librenms/laravel-vue-i18n-generator" ,
3
- "license" : " MIT" ,
4
3
"description" : " Generates a vue-i18n compatible include file from your Laravel translations." ,
5
- "keywords" : [" laravel" , " vue-i18n" ],
6
- "homepage" : " http://github.com/librenms/laravel-vue-i18n-generator" ,
4
+ "license" : " MIT" ,
5
+ "keywords" : [
6
+ " laravel" ,
7
+ " vue-i18n"
8
+ ],
7
9
"authors" : [
8
10
{
9
11
"name" : " Martin Lindhe" ,
14
16
15
17
}
16
18
],
19
+ "homepage" : " http://github.com/librenms/laravel-vue-i18n-generator" ,
17
20
"require" : {
18
21
"php" : " >=5.5.0" ,
19
22
"ext-json" : " *" ,
20
23
"ext-mbstring" : " *" ,
21
- "illuminate/console" : " ^5.0| ^6.0| ^7.0| ^8.0| ^9.0" ,
22
- "illuminate/support" : " ^5.0| ^6.0| ^7.0| ^8.0| ^9.0"
24
+ "illuminate/console" : " ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
25
+ "illuminate/support" : " ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
23
26
},
24
27
"require-dev" : {
25
- "phpunit/phpunit " : " ^9 " ,
26
- "orchestra/testbench " : " ^7 "
28
+ "orchestra/testbench " : " ^7 " ,
29
+ "phpunit/phpunit " : " ^9 "
27
30
},
28
31
"autoload" : {
29
32
"psr-4" : {
30
33
"MartinLindhe\\ VueInternationalizationGenerator\\ " : " src/"
31
34
}
32
35
},
36
+ "config" : {
37
+ "allow-plugins" : {
38
+ "kylekatarnls/update-helper" : true
39
+ }
40
+ },
33
41
"extra" : {
34
42
"laravel" : {
35
43
"providers" : [
36
44
" MartinLindhe\\ VueInternationalizationGenerator\\ GeneratorProvider"
37
45
]
38
46
}
39
47
},
40
- "config " : {
41
- "allow-plugins " : {
42
- "kylekatarnls/update-helper" : true
43
- }
48
+ "scripts " : {
49
+ "post-autoload-dump " : [
50
+ " @php ./vendor/bin/testbench package:discover --ansi "
51
+ ]
44
52
}
45
53
}
You can’t perform that action at this time.
0 commit comments