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

Commit

Permalink
Merge pull request #40 from actuallymab/feature/support-php-71
Browse files Browse the repository at this point in the history
Added PHP 7.1 support again
  • Loading branch information
ShortlyMAB authored Sep 10, 2018
2 parents 57beff7 + 9da79fd commit 278b246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 7.1
- 7.2

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"illuminate/database": "5.7.*",
"php": ">=7.2.3"
"php": "^7.1.3"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 278b246

Please sign in to comment.