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

Commit 165b14b

Browse files
committed
PHP 5 removed
1 parent 7c189e4 commit 165b14b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.1
65
- 7.2
7-
- 7.3
86
- hhvm
97

108
before_script:

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Laravel ReCAPTCHA - v2.*
1+
# Laravel ReCAPTCHA - v3
22
Simple Google ReCaptcha package for Laravel 5
33

4+
## System requirements
5+
PHP 7.1 or grater
6+
7+
Are you still using PHP 5.6? Please go to [V2](https://github.com/biscolab/laravel-recaptcha/tree/v2.0.4)
8+
49
## Installation
510

611
You can install the package via composer:

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "biscolab/laravel-recaptcha",
3+
"description": "Simple ReCaptcha package for Laravel 5",
34
"license": "MIT",
45
"authors": [
56
{
@@ -8,12 +9,12 @@
89
}
910
],
1011
"require": {
11-
"php": ">=5.5.9|7.*",
12-
"laravel/framework": "5.*"
12+
"php": "^7.1",
13+
"laravel/framework": "^5.5"
1314
},
1415
"require-dev": {
1516
"orchestra/testbench": "~3.0",
16-
"phpunit/phpunit": "~4.0"
17+
"phpunit/phpunit": "6.*|7.*"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)