Skip to content

Commit

Permalink
Correcting license documented in composer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caffe1neAdd1ct authored Feb 13, 2018
1 parent e3b0f61 commit 8f1e0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"autoload": {
"files": ["src/env.php"]
},
"license": "GPL 3.0",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Kevin Andrews",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}
}

0 comments on commit 8f1e0b4

Please sign in to comment.