diff --git a/composer.json b/composer.json index efb3003f..1670944b 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,14 @@ "type": "project", "require": { "php": "^7.1.3", + "ext-json": "^1", + "arcanedev/laravel-lang": "^5.0", "fideloper/proxy": "^4.0", + "jakeasmith/http_build_url": "^1", + "kirill-latish/laravel-sportmonks-soccer": "^2.0", "laravel/framework": "5.7.*", "laravel/tinker": "^1.0", - "kirill-latish/laravel-sportmonks-soccer": "^2.0", - "jakeasmith/http_build_url": "^1", - "ext-json": "^1" + "overtrue/laravel-lang": "^3.0" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.0", diff --git a/composer.lock b/composer.lock index 1ce7f0a4..3dffa2a7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,170 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "22e97c534c47f9249063f2ea44cb4eeb", + "content-hash": "e00757672bdc87ec7a936605b59ce335", "packages": [ + { + "name": "arcanedev/laravel-lang", + "version": "5.0.0", + "source": { + "type": "git", + "url": "https://github.com/ARCANEDEV/LaravelLang.git", + "reference": "20d70ac58e300b603d1925439f9b8f0c999613fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ARCANEDEV/LaravelLang/zipball/20d70ac58e300b603d1925439f9b8f0c999613fc", + "reference": "20d70ac58e300b603d1925439f9b8f0c999613fc", + "shasum": "" + }, + "require": { + "arcanedev/support": "~4.4.0", + "caouecs/laravel-lang": "~3.0", + "php": ">=7.1.3" + }, + "require-dev": { + "mockery/mockery": "~1.1", + "orchestra/testbench": "~3.7.0", + "phpunit/phpcov": "~5.0", + "phpunit/phpunit": "~7.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Arcanedev\\LaravelLang\\LaravelLangServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Arcanedev\\LaravelLang\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "ARCANEDEV", + "email": "arcanedev.maroc@gmail.com", + "homepage": "https://github.com/arcanedev-maroc", + "role": "Developer" + } + ], + "description": "Translations manager and checker for Laravel 5 based on 'caouecs/laravel4-lang' package.", + "homepage": "https://github.com/ARCANEDEV/LaravelLang", + "keywords": [ + "arcanedev", + "lang", + "languages", + "laravel", + "localisation", + "localization", + "trans", + "translations", + "validations" + ], + "time": "2018-09-13T12:06:50+00:00" + }, + { + "name": "arcanedev/support", + "version": "4.4.0", + "source": { + "type": "git", + "url": "https://github.com/ARCANEDEV/Support.git", + "reference": "9f4d9947563c6bec10ea7fa7954129e012216af9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ARCANEDEV/Support/zipball/9f4d9947563c6bec10ea7fa7954129e012216af9", + "reference": "9f4d9947563c6bec10ea7fa7954129e012216af9", + "shasum": "" + }, + "require": { + "illuminate/filesystem": "~5.7.0", + "illuminate/support": "~5.7.0", + "php": ">=7.1.3" + }, + "require-dev": { + "orchestra/testbench": "~3.7.0", + "phpunit/phpcov": "~5.0", + "phpunit/phpunit": "~7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Arcanedev\\Support\\": "src/" + }, + "files": [ + "constants.php", + "helpers.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "ARCANEDEV", + "email": "arcanedev.maroc@gmail.com", + "homepage": "https://github.com/arcanedev-maroc" + } + ], + "description": "ARCANEDEV Support Helpers", + "homepage": "https://github.com/ARCANEDEV/Support", + "keywords": [ + "arcanedev", + "arcanesoft", + "laravel", + "support" + ], + "time": "2018-09-04T17:19:43+00:00" + }, + { + "name": "caouecs/laravel-lang", + "version": "3.0.54", + "source": { + "type": "git", + "url": "https://github.com/caouecs/Laravel-lang.git", + "reference": "eaa1e26eb643d7fc696d410b45e55290143e1f7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/caouecs/Laravel-lang/zipball/eaa1e26eb643d7fc696d410b45e55290143e1f7f", + "reference": "eaa1e26eb643d7fc696d410b45e55290143e1f7f", + "shasum": "" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.10" + }, + "suggest": { + "ablunier/laravel-lang-installer": "Command for easily add languages to a Laravel project", + "arcanedev/laravel-lang": "Translations manager and checker for Laravel 5", + "overtrue/laravel-lang": "Command to add languages in your project" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "caouecs", + "email": "caouecs@caouecs.net" + } + ], + "description": "Languages for Laravel", + "keywords": [ + "lang", + "languages", + "laravel", + "lpm" + ], + "time": "2018-07-13T08:44:04+00:00" + }, { "name": "dnoegel/php-xdg-base-dir", "version": "0.1", @@ -1259,6 +1421,57 @@ ], "time": "2018-10-02T13:36:53+00:00" }, + { + "name": "overtrue/laravel-lang", + "version": "3.0.13", + "source": { + "type": "git", + "url": "https://github.com/overtrue/laravel-lang.git", + "reference": "11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/overtrue/laravel-lang/zipball/11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a", + "reference": "11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a", + "shasum": "" + }, + "require": { + "caouecs/laravel-lang": "~3.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Overtrue\\LaravelLang\\TranslationServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Overtrue\\LaravelLang\\": "src/" + }, + "files": [ + "src/helpers.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "overtrue", + "email": "anzhengchao@gmail.com" + } + ], + "description": "List of 52 languages for Laravel 5", + "keywords": [ + "languages", + "laravel", + "overtrue" + ], + "time": "2018-09-03T09:31:08+00:00" + }, { "name": "paragonie/random_compat", "version": "v9.99.99",