Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
PHP 5 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
biscolab committed Sep 12, 2018
1 parent 7c189e4 commit 165b14b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: php

php:
- 5.6
- 7.1
- 7.2
- 7.3
- hhvm

before_script:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Laravel ReCAPTCHA - v2.*
# Laravel ReCAPTCHA - v3
Simple Google ReCaptcha package for Laravel 5

## System requirements
PHP 7.1 or grater

Are you still using PHP 5.6? Please go to [V2](https://github.com/biscolab/laravel-recaptcha/tree/v2.0.4)

## Installation

You can install the package via composer:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "biscolab/laravel-recaptcha",
"description": "Simple ReCaptcha package for Laravel 5",
"license": "MIT",
"authors": [
{
Expand All @@ -8,12 +9,12 @@
}
],
"require": {
"php": ">=5.5.9|7.*",
"laravel/framework": "5.*"
"php": "^7.1",
"laravel/framework": "^5.5"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "6.*|7.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 165b14b

Please sign in to comment.