forked from rollerworks/PasswordStrengthBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 759 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "rollerworks/password-strength-bundle",
"description": "Password-strength validator for Symfony 2",
"keywords": ["password","validator","symfony","bundle"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Sebastiaan Stok",
"email": "s.stok@rollercapes.net"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.1.0,<2.3-dev",
"symfony/console": ">=2.1.0,<2.3-dev",
"symfony/validator": ">=2.1.0,<2.3-dev"
},
"autoload": {
"psr-0": { "Rollerworks\\Bundle\\PasswordStrengthBundle": "" }
},
"target-dir": "Rollerworks/Bundle/PasswordStrengthBundle"
}