Skip to content

Commit

Permalink
Time for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Nov 10, 2015
1 parent 50a1c0b commit 2eb0d27
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "Francium/logSys",
"type": "library",
"description": "PHP Secure, Advanced Login System",
"keywords": ["login","register", "secure"],
"homepage": "http://subinsb.com/php-logsys",
"license": "Apache 2.0",
"authors": [
{
"name": "Subin Siby",
"homepage": "http://subinsb.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
"name": "francium/logsys",
"type": "library",
"description": "PHP Secure, Advanced Login System",
"keywords": ["login","register", "secure"],
"homepage": "http://subinsb.com/php-logsys",
"license": "Apache 2.0",
"authors": [
{
"name": "Subin Siby",
"homepage": "http://subinsb.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 2eb0d27

Please sign in to comment.