From 3aa2821b7f117e235af45ef057e41112a25bf9b1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 30 Nov 2019 20:25:09 +0000 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index eed9e1ab..359ed65b 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "vlucas/phpdotenv", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": ["env", "dotenv", "environment"], - "license" : "BSD-3-Clause", - "authors" : [ + "license": "BSD-3-Clause", + "authors": [ { "name": "Graham Campbell", "email": "graham@alt-three.com", @@ -17,7 +17,7 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "phpoption/phpoption": "^1.5", + "phpoption/phpoption": "^1.6", "symfony/polyfill-ctype": "^1.9" }, "require-dev": {