Skip to content

Commit

Permalink
Require PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Dec 20, 2018
1 parent d14e1c8 commit 8824c45
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ php:
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- nightly

matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See a complete working example in the [roots-example-project.com repo](https://g

## Requirements

* PHP >= 5.6
* PHP >= 7.1
* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.1",
"composer/installers": "^1.4",
"vlucas/phpdotenv": "^2.0.1",
"oscarotero/env": "^1.1.0",
Expand Down
25 changes: 13 additions & 12 deletions composer.lock

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

0 comments on commit 8824c45

Please sign in to comment.