Skip to content

Commit a46e973

Browse files
committed
feat: raise minimum php version
1 parent 1906191 commit a46e973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A `.env` file parsing and loading library for PHP.
1313

1414
## Requirements
1515

16-
* PHP 5.3+
16+
* PHP 7.0+
1717

1818
## Installation
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.0",
17+
"php": ">=7.0.0",
1818
"m1/env": "2.*"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)