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

Commit

Permalink
Bumping min php version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonvn committed Apr 25, 2020
1 parent 5f531e8 commit 2170759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: required
services:
- docker
php:
- 7.1
- 7.2
- 7.3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license" : "MIT",
"require": {
"php": "^7.1",
"php": "^7.2",
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/container": "5.4.*",
Expand Down

0 comments on commit 2170759

Please sign in to comment.