-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 959 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "lightmaker/complexify-bundle",
"description": "A simple Symfony2 bundle for Michael Crumley's PHP port of Dan Palmer's jquery.complexify.js",
"keywords": ["symfony", "symfony2", "bundle", "complexify", "password"],
"homepage": "https://github.com/LightmakerCanada/ComplexifyBundle",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Greg Holland",
"email": "[email protected]",
"homepage": "https://github.com/gregholland"
}
],
"require": {
"php": ">=5.4",
"symfony/validator": ">=2.3.20",
"mcrumley/php-complexify": "0.4"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"autoload": {
"psr-0": { "Lightmaker\\ComplexifyBundle": "" }
},
"autoload-dev": {
"psr-0": { "Lightmaker\\ComplexifyBundle\\Tests": "" }
},
"target-dir": "Lightmaker/ComplexifyBundle"
}