diff options
author | Liam Jack <cuonic@cuonic.com> | 2015-10-06 07:21:36 +0200 |
---|---|---|
committer | Liam Jack <cuonic@cuonic.com> | 2015-10-06 07:21:36 +0200 |
commit | 783ca7ba6e4a73390effaa815d9d30268ba8424f (patch) | |
tree | ae3126f9854a623d438176c12a79113cc68441bf | |
parent | 371214824a2f5d19d1872228507c95f4ef797067 (diff) | |
download | PHPAuth-783ca7ba6e4a73390effaa815d9d30268ba8424f.zip PHPAuth-783ca7ba6e4a73390effaa815d9d30268ba8424f.tar.gz PHPAuth-783ca7ba6e4a73390effaa815d9d30268ba8424f.tar.bz2 |
Added experimental Composer support
-rw-r--r-- | composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a03f805 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "PHPAuth", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/PHPAuth/PHPAuth" + } + ] +}
\ No newline at end of file |