Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 278b246

Browse files
authored
Merge pull request #40 from actuallymab/feature/support-php-71
Added PHP 7.1 support again
2 parents 57beff7 + 9da79fd commit 278b246

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.1
45
- 7.2
56

67
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"illuminate/database": "5.7.*",
21-
"php": ">=7.2.3"
21+
"php": "^7.1.3"
2222
},
2323
"require-dev": {
2424
"fzaninotto/faker": "~1.4",

0 commit comments

Comments
 (0)