-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 970 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
31
32
33
34
35
36
37
38
{
"name": "flexible-soft/php-flex-users",
"description": "PHP Flex Users module",
"type": "library",
"license": "Apache-2.0",
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"php": ">=5.4.0",
"yiisoft/yii": "1.1.*",
"laravel/framework": "5.0.23",
"flexible-soft/php-flex-base": "dev-master",
"squizlabs/php_codesniffer": "1.4.*@stable",
"phpmd/phpmd": "2.2.*",
"phpunit/phpunit": "4.5.*",
"phpunit/php-invoker": "*",
"phpunit/dbunit": ">=1.2",
"phpunit/phpunit-selenium": ">=1.2",
"phpunit/phpunit-story": "*"
},
"autoload": {
"psr-4": {
"FlexUser\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"FlexUser\\": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/flexible-soft/php-flex-base.git"
}
]
}