diff --git a/composer.json b/composer.json index 54b273e262..033b23161c 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,7 @@ "league/commonmark": "0.*", "league/csv": "9.*", "league/fractal": "^0.17.0", + "mariuzzo/laravel-js-localization": "^1.4", "pragmarx/google2fa": "2.*", "pragmarx/google2fa-laravel": "^0.1.4", "rcrowe/twigbridge": "0.9.*", diff --git a/composer.lock b/composer.lock index e33ef50b94..e2863bc5b5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "60e6ddc94f672b97d7cd9fe96d57f2b2", + "content-hash": "664fed81d50ef885fe28502a423930d7", "packages": [ { "name": "bacon/bacon-qr-code", @@ -1761,6 +1761,89 @@ ], "time": "2017-12-23T23:33:42+00:00" }, + { + "name": "mariuzzo/laravel-js-localization", + "version": "v1.4.7", + "source": { + "type": "git", + "url": "https://github.com/rmariuzzo/Laravel-JS-Localization.git", + "reference": "e36ea8dadfa680d862262af2ea4abbe5697bc03e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rmariuzzo/Laravel-JS-Localization/zipball/e36ea8dadfa680d862262af2ea4abbe5697bc03e", + "reference": "e36ea8dadfa680d862262af2ea4abbe5697bc03e", + "shasum": "" + }, + "require": { + "illuminate/config": ">=4.2", + "illuminate/console": ">=4.2", + "illuminate/filesystem": ">=4.2", + "php": ">=5.4.0", + "tedivm/jshrink": "1.0.*" + }, + "require-dev": { + "phpunit/phpunit": "4.8.*" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Mariuzzo\\LaravelJsLocalization\\LaravelJsLocalizationServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Mariuzzo\\LaravelJsLocalization\\": "src/Mariuzzo/LaravelJsLocalization/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "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" + }, + { + "name": "Pe Ell", + "homepage": "https://github.com/a-komarev", + "role": "Developer" + } + ], + "description": "Laravel Localization in JavaScript", + "homepage": "https://github.com/rmariuzzo/laravel-js-localization", + "keywords": [ + "JS", + "i18n", + "javascript", + "lang", + "laravel", + "laravel 5", + "localization" + ], + "time": "2017-11-23T04:07:56+00:00" + }, { "name": "monolog/monolog", "version": "1.23.0", @@ -3694,6 +3777,52 @@ ], "time": "2018-01-29T09:03:43+00:00" }, + { + "name": "tedivm/jshrink", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/tedious/JShrink.git", + "reference": "7575d9d96f113bc7c1c28ec8231ee086751a9078" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tedious/JShrink/zipball/7575d9d96f113bc7c1c28ec8231ee086751a9078", + "reference": "7575d9d96f113bc7c1c28ec8231ee086751a9078", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "fabpot/php-cs-fixer": "0.4.0", + "phpunit/phpunit": "4.0.*", + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "psr-0": { + "JShrink": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Robert Hafner", + "email": "tedivm@tedivm.com" + } + ], + "description": "Javascript Minifier built in PHP", + "homepage": "http://github.com/tedious/JShrink", + "keywords": [ + "javascript", + "minifier" + ], + "time": "2014-11-11T03:54:14+00:00" + }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.1",