Skip to content

Commit

Permalink
feat: raise minimum php version
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 3, 2017
1 parent 1906191 commit a46e973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A `.env` file parsing and loading library for PHP.

## Requirements

* PHP 5.3+
* PHP 7.0+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=7.0.0",
"m1/env": "2.*"
},
"require-dev": {
Expand Down

0 comments on commit a46e973

Please sign in to comment.