Skip to content

Commit 3aa2821

Browse files
Update composer.json
1 parent 8c62ccf commit 3aa2821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "vlucas/phpdotenv",
33
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
44
"keywords": ["env", "dotenv", "environment"],
5-
"license" : "BSD-3-Clause",
6-
"authors" : [
5+
"license": "BSD-3-Clause",
6+
"authors": [
77
{
88
"name": "Graham Campbell",
99
"email": "[email protected]",
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^5.5.9 || ^7.0",
20-
"phpoption/phpoption": "^1.5",
20+
"phpoption/phpoption": "^1.6",
2121
"symfony/polyfill-ctype": "^1.9"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)