Commit 20d4325 Paul M. Jones
committed
1 parent 62081c9 commit 20d4325 Copy full SHA for 20d4325
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
" flash message" ,
10
10
" csrf"
11
11
],
12
- "homepage" : " http ://auraphp. github.com/Aura.Session" ,
12
+ "homepage" : " https ://github.com/auraphp /Aura.Session" ,
13
13
"license" : " BSD-2-Clause" ,
14
14
"authors" : [
15
15
{
20
20
"require" : {
21
21
"php" : " >=5.3.0"
22
22
},
23
- "suggest" : {
24
- "ext-openssl" : " OpenSSL generates the best secure CSRF tokens." ,
25
- "ext-mcrypt" : " Mcrypt generates the next best secure CSRF tokens."
26
- },
27
23
"autoload" : {
28
24
"psr-4" : {
29
25
"Aura\\ Session\\ " : " src/" ,
34
30
"aura" : {
35
31
"type" : " library" ,
36
32
"config" : {
37
- "common" : " Aura\\ Session\\ _Config\\ Common"
33
+ "common" : " Aura\\ Session\\ _Config\\ Common"
38
34
}
39
35
},
40
36
"branch-alias" : {
41
37
"dev-develop-2" : " 2.0.x-dev"
42
38
}
39
+ },
40
+ "suggest" : {
41
+ "ext-openssl" : " OpenSSL generates the best secure CSRF tokens." ,
42
+ "ext-mcrypt" : " Mcrypt generates the next best secure CSRF tokens."
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments