Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit aa538b5

Browse files
author
Xavier Coureau
committed
Added openwall dependency repository
1 parent ca6ff93 commit aa538b5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

composer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,30 @@
1111
"email": "[email protected]"
1212
}
1313
],
14+
"repositories": [
15+
{
16+
"type": "package",
17+
"package": {
18+
"name": "openwall/phpass",
19+
"version": "0.3",
20+
"dist": {
21+
"url": "http://www.openwall.com/phpass/phpass-0.3.tar.gz",
22+
"type": "tar"
23+
},
24+
"autoload": {
25+
"classmap": ["PasswordHash.php"]
26+
}
27+
}
28+
}
29+
],
1430
"require": {
1531
"php": ">=5.3.2",
1632
"symfony/framework-bundle": "~2.2",
1733
"symfony/security-bundle": "~2.2",
1834
"symfony/monolog-bundle": "~2.2",
1935
"doctrine/doctrine-bundle": "~1.0",
20-
"doctrine/orm": "~2.2"
36+
"doctrine/orm": "~2.2",
37+
"openwall/phpass": "0.3"
2138
},
2239
"suggest": {
2340
"twig/twig": ""

0 commit comments

Comments
 (0)