forked from rmariuzzo/Laravel-JS-Localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.58 KB
/
Copy pathcomposer.json
File metadata and controls
52 lines (52 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mariuzzo/laravel-js-localization",
"description": "Laravel Localization in JavaScript",
"type": "library",
"keywords": ["laravel", "laravel 5", "localization", "i18n", "javascript", "js", "lang"],
"homepage": "https://github.com/rmariuzzo/laravel-js-localization",
"license": "MIT",
"authors": [{
"name": "Rubens Mariuzzo",
"email": "rubens@mariuzzo.com",
"homepage": "https://github.com/rmariuzzo",
"role": "Developer"
}, {
"name": "German Popoter",
"email": "me@gpopoteur.com",
"homepage": "https://github.com/gpopoteur",
"role": "Developer"
},{
"name": "Galievskiy Dmitriy",
"homepage": "https://github.com/xAockd",
"role": "Developer"
},{
"name": "Ramon Ackermann",
"homepage": "https://github.com/sboo",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
"source": "https://github.com/rmariuzzo/laravel-js-localization"
},
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*|5.2.*",
"tedivm/jshrink": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"orchestra/testbench": "~3.0",
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-4": {
"Mariuzzo\\LaravelJsLocalization\\": "src/Mariuzzo/LaravelJsLocalization/"
}
},
"autoload-dev": {
"psr-4": {
"Mariuzzo\\LaravelJsLocalization\\": "tests/"
}
},
"minimum-stability": "stable"
}