Skip to content

Commit 9f25df0

Browse files
authored
Merge pull request #264 from SergeAx/patch-1
Make license field to match actual LICENSE.md
2 parents 5a7c72e + 167477b commit 9f25df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-Attribution",
5+
"license" : "BSD-3-Clause",
66
"authors" : [
77
{
88
"name": "Vance Lucas",

0 commit comments

Comments
 (0)