Skip to content

Commit 20d4325

Browse files
author
Paul M. Jones
committed
update composer
1 parent 62081c9 commit 20d4325

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"flash message",
1010
"csrf"
1111
],
12-
"homepage": "http://auraphp.github.com/Aura.Session",
12+
"homepage": "https://github.com/auraphp/Aura.Session",
1313
"license": "BSD-2-Clause",
1414
"authors": [
1515
{
@@ -20,10 +20,6 @@
2020
"require": {
2121
"php": ">=5.3.0"
2222
},
23-
"suggest": {
24-
"ext-openssl": "OpenSSL generates the best secure CSRF tokens.",
25-
"ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens."
26-
},
2723
"autoload": {
2824
"psr-4": {
2925
"Aura\\Session\\": "src/",
@@ -34,11 +30,15 @@
3430
"aura": {
3531
"type": "library",
3632
"config": {
37-
"common": "Aura\\Session\\_Config\\Common"
33+
"common": "Aura\\Session\\_Config\\Common"
3834
}
3935
},
4036
"branch-alias": {
4137
"dev-develop-2": "2.0.x-dev"
4238
}
39+
},
40+
"suggest": {
41+
"ext-openssl": "OpenSSL generates the best secure CSRF tokens.",
42+
"ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens."
4343
}
4444
}

0 commit comments

Comments
 (0)