Skip to content

Commit

Permalink
Fix wrong license information in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed May 4, 2018
1 parent 97aa895 commit 8982e91
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,7 @@
"description": "Simple logger class for PHP with time tracking",
"keywords": ["log", "logging", "time-tracking"],
"type": "library",
"license": "GPL3",
"authors": [
{
"name": "Guido Walter Pettinari",
"email": "[email protected]",
"homepage": "https://www.idearia.it",
"role": "Developer"
},
{
"name": "Alex Bostan",
"email": "[email protected]",
"homepage": "https://www.idearia.it",
"role": "Developer"
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Idearia/php-logger",
"require": {
"php": "^7.0"
Expand Down

0 comments on commit 8982e91

Please sign in to comment.