forked from rmariuzzo/Laravel-JS-Localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.27 KB
/
composer.json
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
{
"name": "mariuzzo/laravel-js-localization",
"description": "Laravel Localization in JavaScript",
"version": "1.0.2",
"type": "library",
"keywords": ["laravel", "localization", "i18n", "javascript", "js", "lang"],
"homepage": "https://github.com/rmariuzzo/laravel-js-localization",
"license": "MIT",
"authors": [{
"name": "Rubens Mariuzzo",
"email": "[email protected]",
"homepage": "https://github.com/rmariuzzo",
"role": "Developer"
}, {
"name": "German Popoter",
"email": "[email protected]",
"homepage": "https://github.com/gpopoteur",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
"source": "https://github.com/rmariuzzo/laravel-js-localization"
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.*",
"illuminate/console": "4.1.*",
"illuminate/filesystem": "4.1.*",
"tedivm/jshrink": "0.5.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-4": {
"Mariuzzo\\LaravelJsLocalization\\": "src/"
}
},
"minimum-stability": "stable"
}