Skip to content

Commit

Permalink
Adding Laravel 5.4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 27, 2017
1 parent 9910b19 commit 437e5bd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
16 changes: 10 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
* text=auto

/.github export-ignore
/_docs export-ignore
/examples export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
CONTRIBUTING.md export-ignore
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- noCaptcha Version: #.#.#
- Laravel Version: #.#.#
- PHP Version: #.#.#

### Description:

### Steps To Reproduce:
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checks:
tools:
external_code_coverage:
timeout: 1200
runs: 12
runs: 15
php_code_sniffer:
enabled: true
config:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*
- TESTBENCH_VERSION=3.4.*

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2016 | ARCANEDEV <[email protected]> - noCaptcha
Copyright (c) 2015-2017 | ARCANEDEV <[email protected]> - noCaptcha

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reCAPTCHA comes in the form of a widget that you can easily add to your blog, fo
* Easy setup &amp; configuration.
* Well documented &amp; IDE Friendly.
* Well tested with maximum code quality.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3` are supported.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3 | 5.4` are supported.
* PSR-7 Support (ServerRequest verification).
* Made with :heart: &amp; :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 @@ -14,7 +14,7 @@ reCAPTCHA comes in the form of a widget that you can easily add to your blog, fo
* Easy setup &amp; configuration.
* Well documented &amp; IDE Friendly.
* Well tested with maximum code quality.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3` are supported.
* Laravel `4.2 | 5.0 | 5.1 | 5.2 | 5.3 | 5.4` are supported.
* PSR-7 Support (ServerRequest verification).
* Made with :heart: &amp; :coffee:.

Expand Down
9 changes: 5 additions & 4 deletions _docs/2-Version-Compatibility.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 2. Version Compatibility

| noCaptcha | Laravel |
|:----------------------------------|:--------------------------------------------------------------------------------------------------------------------|
| ![noCaptcha v1.x][no_captcha_1_x] | ![Laravel v4.2][laravel_4_2] |
| ![noCaptcha v3.x][no_captcha_3_x] | ![Laravel v5.0][laravel_5_0] ![Laravel v5.1][laravel_5_1] ![Laravel v5.2][laravel_5_2] ![Laravel v5.3][laravel_5_3] |
| noCaptcha | Laravel |
|:----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|
| ![noCaptcha v1.x][no_captcha_1_x] | ![Laravel v4.2][laravel_4_2] |
| ![noCaptcha v3.x][no_captcha_3_x] | ![Laravel v5.0][laravel_5_0] ![Laravel v5.1][laravel_5_1] ![Laravel v5.2][laravel_5_2] ![Laravel v5.3][laravel_5_3] ![Laravel v5.4][laravel_5_4] |

> **Note :** This is a framework-agnostic package, so you can use any version of this package in your PHP project.
Expand All @@ -14,4 +14,5 @@
[laravel_5_1]: https://img.shields.io/badge/v5.1-supported-brightgreen.svg?style=flat-square "Laravel v5.1"
[laravel_5_2]: https://img.shields.io/badge/v5.2-supported-brightgreen.svg?style=flat-square "Laravel v5.2"
[laravel_5_3]: https://img.shields.io/badge/v5.3-supported-brightgreen.svg?style=flat-square "Laravel v5.3"
[laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4"
[no_captcha_3_x]: https://img.shields.io/badge/version-3.*-blue.svg?style=flat-square "noCaptcha v3.*"

0 comments on commit 437e5bd

Please sign in to comment.