Skip to content

Commit

Permalink
Merge pull request #76 from ARCANEDEV/update-laravel_5.7_support
Browse files Browse the repository at this point in the history
Adding Laravel 5.7 support
  • Loading branch information
arcanedev-maroc authored Sep 4, 2018
2 parents f20c32f + b45b0d6 commit d20546a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ reCAPTCHA comes in the form of a widget that you can easily add to your blog, fo
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported.
* Laravel `4.2` and `5.0` to `5.7` are supported.
* PSR-7 Support (ServerRequest verification).
* Made with :heart: & :coffee:.

Expand Down
2 changes: 1 addition & 1 deletion _docs/0-Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reCAPTCHA comes in the form of a widget that you can easily add to your blog, fo
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5` are supported.
* Laravel `4.2` and `5.0` to `5.7` are supported.
* PSR-7 Support (ServerRequest verification).
* Made with :heart: & :coffee:.

Expand Down
5 changes: 4 additions & 1 deletion _docs/1-Installation-and-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Requirements

- PHP >= 7.0
- PHP >= 7.1.3
- ext-curl: *
- ext-json: *

Expand All @@ -29,6 +29,7 @@ For more details, check the [official documentation](https://developers.google.c
| ![noCaptcha v4.x][no_captcha_4_x] | ![Laravel v5.4][laravel_5_4] |
| ![noCaptcha v5.x][no_captcha_5_x] | ![Laravel v5.5][laravel_5_5] |
| ![noCaptcha v6.x][no_captcha_6_x] | ![Laravel v5.6][laravel_5_6] |
| ![noCaptcha v7.x][no_captcha_7_x] | ![Laravel v5.7][laravel_5_7] |

> **Note :** This is a framework-agnostic package, so you can use any version of this package in your PHP project.
Expand All @@ -40,12 +41,14 @@ For more details, check the [official documentation](https://developers.google.c
[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"

[no_captcha_1_x]: https://img.shields.io/badge/version-1.*-blue.svg?style=flat-square "noCaptcha v1.*"
[no_captcha_3_x]: https://img.shields.io/badge/version-3.*-blue.svg?style=flat-square "noCaptcha v3.*"
[no_captcha_4_x]: https://img.shields.io/badge/version-4.*-blue.svg?style=flat-square "noCaptcha v4.*"
[no_captcha_5_x]: https://img.shields.io/badge/version-5.*-blue.svg?style=flat-square "noCaptcha v5.*"
[no_captcha_6_x]: https://img.shields.io/badge/version-6.*-blue.svg?style=flat-square "noCaptcha v6.*"
[no_captcha_7_x]: https://img.shields.io/badge/version-7.*-blue.svg?style=flat-square "noCaptcha v7.*"

## Composer

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"php": ">=7.1.3",
"ext-curl": "*",
"ext-json": "*",
"arcanedev/support": "~4.3.0",
"arcanedev/support": "~4.4.0",
"psr/http-message": "~1.0"
},
"require-dev": {
"arcanedev/laravel-html": "~5.6.0",
"orchestra/testbench": "~3.6.0",
"arcanedev/laravel-html": "~5.7.0",
"orchestra/testbench": "~3.7.0",
"phpunit/phpunit": "~7.0",
"phpunit/phpcov": "~5.0"
},
Expand Down

0 comments on commit d20546a

Please sign in to comment.