Skip to content

Commit

Permalink
added composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarif123456 committed Nov 21, 2020
1 parent fc7360f commit 867c6a4
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@

# for security
/repository/loginConstants.php
/config/secretKey.php
/config/secretKey.php

# for composer
/vendor/
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"phpauth/phpauth": "1.2.0"
}
}
239 changes: 239 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added composer.phar
Binary file not shown.

0 comments on commit 867c6a4

Please sign in to comment.