refactor: use Composer to manage php dependencies (#5216)

This commit is contained in:
Tony Murray
2017-01-01 03:37:15 -06:00
committed by Neil Lathwood
parent 74a4371fb4
commit e20a242785
2425 changed files with 278875 additions and 47258 deletions

View File

@@ -1,5 +1,6 @@
<?php
use Phpass\PasswordHash;
function authenticate($username, $password)
{