Meta: Fix composer.json license

This commit is contained in:
Rob Garrison 2017-04-02 08:23:48 -05:00
parent fd3869cbc8
commit 2cc77bda67

View File

@ -3,7 +3,7 @@
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
"homepage": "https://mottie.github.io/tablesorter/",
"type": "component",
"license": "(MIT OR GPL-2.0+)",
"license": "(MIT OR GPL-2.0)",
"require": {
"jquery": "^1.2.6"
},