Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 30, 2019
1 parent 8c62ccf commit 3aa2821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3aa2821

Please sign in to comment.