Skip to content

Commit

Permalink
updated with minimum php >= 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Nov 15, 2017
1 parent 5cc488b commit 220639c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sudo: required
os:
- linux
php:
- 7.0
- 7.1
- 7.2
services:
- mysql
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=7.1.0",
"arcanedev/log-viewer": "~4.0",
"arcanedev/no-captcha": "~3.0",
"barryvdh/laravel-ide-helper": "^2.2",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 220639c

Please sign in to comment.