We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1906191 commit a46e973Copy full SHA for a46e973
README.markdown
@@ -13,7 +13,7 @@ A `.env` file parsing and loading library for PHP.
13
14
## Requirements
15
16
-* PHP 5.3+
+* PHP 7.0+
17
18
## Installation
19
composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
- "php": ">=5.3.0",
+ "php": ">=7.0.0",
"m1/env": "2.*"
},
20
"require-dev": {
0 commit comments