From d7eecd273b23a155919357cec5b9d297e3925981 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 4 Sep 2018 20:51:04 +0100 Subject: [PATCH] Addding Laravel 5.7 support --- README.md | 4 ++-- _docs/0-Home.md | 2 +- _docs/1-Installation-and-Setup.md | 3 +++ composer.json | 8 ++++---- phpunit.xml.dist | 3 +-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b26b8b5..b11319f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/ ### Features * Easy setup & configuration. - * Laravel `5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported. + * Laravel `5.0` to `5.7` are supported. * SEO-Friendly (Search engine optimization). * New extended Router to manage your localized routes. * Translated Eloquent Models. @@ -52,7 +52,7 @@ If you discover any security related issues, please email arcanedev.maroc@gmail. - [All Contributors][link-contributors] [badge_license]: http://img.shields.io/packagist/l/arcanedev/localization.svg?style=flat-square -[badge_laravel]: https://img.shields.io/badge/For-Laravel%205-orange.svg?style=flat-square +[badge_laravel]: https://img.shields.io/badge/For-Laravel%205.x-orange.svg?style=flat-square [badge_build]: http://img.shields.io/travis/ARCANEDEV/Localization.svg?style=flat-square [badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Localization.svg?style=flat-square [badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Localization.svg?style=flat-square diff --git a/_docs/0-Home.md b/_docs/0-Home.md index 5f36715..0ad9a75 100644 --- a/_docs/0-Home.md +++ b/_docs/0-Home.md @@ -7,7 +7,7 @@ Feel free to check out the [Releases](https://github.com/ARCANEDEV/Localization/ ### Features * Easy setup & configuration. - * Laravel `5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5` are supported. + * Laravel `5.0` to `5.7` are supported. * SEO-Friendly (Search engine optimization). * New extended Router to manage your localized routes. * Locales selector menu (Publishable & Customizable). diff --git a/_docs/1-Installation-and-Setup.md b/_docs/1-Installation-and-Setup.md index 3b1c034..e78a452 100644 --- a/_docs/1-Installation-and-Setup.md +++ b/_docs/1-Installation-and-Setup.md @@ -27,6 +27,7 @@ PHP extensions: | ![Localization v1.x][localization_1_x] | ![Laravel v5.4][laravel_5_4] | | ![Localization v2.x][localization_2_x] | ![Laravel v5.5][laravel_5_5] | | ![Localization v3.x][localization_3_x] | ![Laravel v5.6][laravel_5_6] | +| ![Localization v4.x][localization_4_x] | ![Laravel v5.7][laravel_5_7] | [laravel_5_0]: https://img.shields.io/badge/v5.0-supported-brightgreen.svg?style=flat-square "Laravel v5.0" [laravel_5_1]: https://img.shields.io/badge/v5.1-supported-brightgreen.svg?style=flat-square "Laravel v5.1" @@ -35,11 +36,13 @@ PHP extensions: [laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4" [laravel_5_5]: https://img.shields.io/badge/v5.5-supported-brightgreen.svg?style=flat-square "Laravel v5.5" [laravel_5_6]: https://img.shields.io/badge/v5.6-supported-brightgreen.svg?style=flat-square "Laravel v5.6" +[laravel_5_7]: https://img.shields.io/badge/v5.7-supported-brightgreen.svg?style=flat-square "Laravel v5.7" [localization_0_x]: https://img.shields.io/badge/version-0.*-blue.svg?style=flat-square "Localization v0.*" [localization_1_x]: https://img.shields.io/badge/version-1.*-blue.svg?style=flat-square "Localization v1.*" [localization_2_x]: https://img.shields.io/badge/version-2.*-blue.svg?style=flat-square "Localization v2.*" [localization_3_x]: https://img.shields.io/badge/version-3.*-blue.svg?style=flat-square "Localization v3.*" +[localization_4_x]: https://img.shields.io/badge/version-4.*-blue.svg?style=flat-square "Localization v4.*" ## Composer diff --git a/composer.json b/composer.json index 431528d..73c1085 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "license": "MIT", "require": { "php": ">=7.1.3", - "arcanedev/support": "~4.3.0" + "arcanedev/support": "~4.4.0" }, "require-dev": { - "phpunit/phpcov": "~5.0", + "orchestra/testbench": "~3.7.0", + "mockery/mockery": "~1.0", "phpunit/phpunit": "~7.0", - "mockery/mockery": "^0.9.4", - "orchestra/testbench": "~3.6.0" + "phpunit/phpcov": "~5.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2f0d683..4574413 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" > @@ -27,6 +26,6 @@ - +