aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 565db47..8585f01 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "neonxp/dotenv",
- "description": "Library to load .env files",
+ "description": "Advanced loading and parsing .env file in PHP-7",
"type": "library",
"license": "MIT",
"authors": [
@@ -9,7 +9,9 @@
"email": "alexander@kiryukhin.su"
}
],
- "require": {},
+ "require": {
+ "php": ">=7.0"
+ },
"autoload": {
"psr-4": {
"NeonXP\\Dotenv\\": "src"