Skip to content

Commit 11a353b

Browse files
Merge pull request #159 from lucasmichot/feature/master/valid-license
Use a valid license
2 parents 827febb + 292ef79 commit 11a353b

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
@@ -4,7 +4,7 @@
44
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
55
"keywords": ["env", "dotenv", "environment"],
66
"homepage": "http://github.com/vlucas/phpdotenv",
7-
"license" : "BSD",
7+
"license" : "BSD-3-Clause-Attribution",
88
"authors" : [
99
{
1010
"name": "Vance Lucas",

0 commit comments

Comments
 (0)