Skip to content

Commit

Permalink
fix(license): Fix GPL jicense
Browse files Browse the repository at this point in the history
  • Loading branch information
WidgetsBurritos committed Jan 29, 2018
1 parent 161a1a7 commit 1fe3a4f
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
@@ -1,7 +1,7 @@
{
"name": "widgetsburritos/webpagetest",
"description": "PHP Library for Interacting with Web Page Test",
"version": "1.0.5",
"version": "1.0.6",
"type": "library",
"require": {
"php": ">=5.5",
Expand All @@ -13,7 +13,7 @@
"drupal/coder": "^8.2",
"phpdocumentor/reflection-docblock": "^2.0"
},
"license": "GPL",
"license": "GPL-3.0-only",
"authors": [
{
"name": "WidgetsBurritos",
Expand Down

0 comments on commit 1fe3a4f

Please sign in to comment.