Skip to content

Commit

Permalink
Add composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Dec 2, 2021
1 parent 8e9c29f commit 17b7324
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "widerplan/kohana-auth",
"description": "Fork of Kohana Auth",
"license": "BSD-3-Clause",
"require": {
"php": "^7.3"
},
"replace": {
"kohana/auth": "3.2.*"
}
}

0 comments on commit 17b7324

Please sign in to comment.