Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 31, 2014
1 parent 62081c9 commit 20d4325
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"flash message",
"csrf"
],
"homepage": "http://auraphp.github.com/Aura.Session",
"homepage": "https://github.com/auraphp/Aura.Session",
"license": "BSD-2-Clause",
"authors": [
{
Expand All @@ -20,10 +20,6 @@
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-openssl": "OpenSSL generates the best secure CSRF tokens.",
"ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens."
},
"autoload": {
"psr-4": {
"Aura\\Session\\": "src/",
Expand All @@ -34,11 +30,15 @@
"aura": {
"type": "library",
"config": {
"common": "Aura\\Session\\_Config\\Common"
"common": "Aura\\Session\\_Config\\Common"
}
},
"branch-alias": {
"dev-develop-2": "2.0.x-dev"
}
},
"suggest": {
"ext-openssl": "OpenSSL generates the best secure CSRF tokens.",
"ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens."
}
}

1 comment on commit 20d4325

@harikt
Copy link
Member

@harikt harikt commented on 20d4325 Sep 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be add ircmaxell randomlib as we mentioned it in Readme. We suggest a wrapper around RandomLib.

Please sign in to comment.