diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 69d4755..d44a72f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -22,7 +22,7 @@ checks: tools: external_code_coverage: timeout: 600 - runs: 4 + runs: 2 php_code_sniffer: enabled: true config: diff --git a/.travis.yml b/.travis.yml index f7f7541..735e2fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 7.1.3 - - 7.1 - 7.2 - 7.3 - nightly diff --git a/README.md b/README.md index 6eefd38..1fc959c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Notify/releas * Easy setup & configuration. * Well documented & IDE Friendly. * Well tested with maximum code quality. - * Laravel `4.2` & `5.x` are supported. + * Laravel `4.2 | 5.x | 6.0` are supported. * Made with :heart: & :coffee:. ## Table of contents @@ -44,7 +44,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/notify.svg?style=flat-square -[badge_laravel]: https://img.shields.io/badge/Laravel-4.2|5.x-orange.svg?style=flat-square +[badge_laravel]: https://img.shields.io/badge/Laravel-4.2|5.x|6.0-orange.svg?style=flat-square [badge_build]: http://img.shields.io/travis/ARCANEDEV/Notify.svg?style=flat-square [badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Notify.svg?style=flat-square [badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Notify.svg?style=flat-square diff --git a/_docs/0-Home.md b/_docs/0-Home.md index fd97d19..a649ea3 100644 --- a/_docs/0-Home.md +++ b/_docs/0-Home.md @@ -7,7 +7,7 @@ Flexible flash notifications helper for Laravel. * Easy setup & configuration. * Well documented & IDE Friendly. * Well tested with maximum code quality. - * Laravel `4.2` & `5.x` are supported. + * Laravel `4.2 | 5.x | 6.0` are supported. * Made with :heart: & :coffee:. ## Table of contents diff --git a/_docs/1-Installation-and-Setup.md b/_docs/1-Installation-and-Setup.md index 30bb138..4dc7987 100644 --- a/_docs/1-Installation-and-Setup.md +++ b/_docs/1-Installation-and-Setup.md @@ -17,6 +17,7 @@ | ![Notify v3.5.x][notify_3_5_x] | ![Laravel v5.6][laravel_5_6] | | ![Notify v3.6.x][notify_3_6_x] | ![Laravel v5.7][laravel_5_7] | | ![Notify v3.7.x][notify_3_7_x] ![Notify v4.0.x][notify_4_0_x] | ![Laravel v5.8][laravel_5_8] | +| ![Notify v5.0.x][notify_5_0_x] | ![Laravel v6.0][laravel_6_0] | [laravel_4_2]: https://img.shields.io/badge/v4.2-supported-brightgreen.svg?style=flat-square "Laravel v4.2" [laravel_5_0]: https://img.shields.io/badge/v5.0-supported-brightgreen.svg?style=flat-square "Laravel v5.0" @@ -28,6 +29,7 @@ [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" [laravel_5_8]: https://img.shields.io/badge/v5.8-supported-brightgreen.svg?style=flat-square "Laravel v5.8" +[laravel_6_0]: https://img.shields.io/badge/v6.0-supported-brightgreen.svg?style=flat-square "Laravel v6.0" [notify_1_x]: https://img.shields.io/badge/version-1.*-blue.svg?style=flat-square "Notify v1.*" [notify_3_2_x]: https://img.shields.io/badge/version-3.2.*-blue.svg?style=flat-square "Notify v3.2.*" @@ -37,6 +39,7 @@ [notify_3_6_x]: https://img.shields.io/badge/version-3.6.*-blue.svg?style=flat-square "Notify v3.6.*" [notify_3_7_x]: https://img.shields.io/badge/version-3.7.*-blue.svg?style=flat-square "Notify v3.7.*" [notify_4_0_x]: https://img.shields.io/badge/version-4.0.*-blue.svg?style=flat-square "Notify v4.0.*" +[notify_5_0_x]: https://img.shields.io/badge/version-5.0.*-blue.svg?style=flat-square "Notify v5.0.*" ## Composer diff --git a/composer.json b/composer.json index 4abdf68..afb8ed8 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,14 @@ "type": "library", "license": "MIT", "require": { - "php": ">=7.1.3", + "php": ">=7.2.0", "ext-json": "*", - "arcanedev/support": "~4.5.0" + "arcanedev/support": "~5.0.0" }, "require-dev": { - "orchestra/testbench": "~3.8.0", - "phpunit/phpcov": "~5.0|~6.0", - "phpunit/phpunit": "~7.0|~8.0" + "orchestra/testbench": "~4.0.0", + "phpunit/phpcov": "~6.0", + "phpunit/phpunit": "~8.0" }, "autoload": { "psr-4": {