summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivia Mackintosh <livrose@gmx.com>2015-10-14 15:00:27 +0100
committerOlivia Mackintosh <livrose@gmx.com>2015-10-14 15:00:27 +0100
commit8ba93677dbcaeb2bf5e6db015fb00e7a6e4918e8 (patch)
tree7b6023de4fcc9c1f19f0c6752f9c4317047a768b
parentd30224e3e8513733d144bffebadf2d9d643e1284 (diff)
downloadPHPAuth-8ba93677dbcaeb2bf5e6db015fb00e7a6e4918e8.zip
PHPAuth-8ba93677dbcaeb2bf5e6db015fb00e7a6e4918e8.tar.gz
PHPAuth-8ba93677dbcaeb2bf5e6db015fb00e7a6e4918e8.tar.bz2
Updated licence type
Changed licence from GPL-3.0+ to MIT.
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5520796..424a968 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"type": "library",
"keywords": ["authentication","class","secure"],
"homepage": "http://phpauth.github.io/PHPAuth/",
- "license": "GPL-3.0+",
+ "license": "MIT",
"require": {
"php": ">=5.4.0",
"ext-mcrypt": "*"