-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
57 lines (57 loc) · 1.81 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "leanphp/common-dev",
"description": "A set of modern PHP Development Tools and Libraries",
"type": "library",
"keywords": [ "common", "php", "dev", "tools", "lib", "modern", "ek9" ],
"homepage": "https://github.com/leanphp/common-dev",
"license": "MIT",
"authors": [
{
"name": "ek9",
"email": "dev@ek9.co",
"homepage": "https://ek9.co"
}
],
"support": {
"issues": "https://github.com/leanphp/common-dev/issues",
"source": "https://github.com/leanphp/common-dev",
"docs": "https://github.com/leanphp/common-dev#common-dev"
},
"require": {
"php": "^7.1",
"sami/sami": "~4.0",
"symfony/var-dumper": "^3.2||~4.0",
"phpmd/phpmd": "~2.6",
"squizlabs/php_codesniffer": "~3.0",
"escapestudios/symfony2-coding-standard": "^3.1",
"sebastian/phpcpd": "~4.0",
"phploc/phploc": "~4.0",
"phpunit/phpunit": "~7.0",
"mikey179/vfsstream": "~1.6",
"nelmio/alice": "^3.2",
"fzaninotto/faker": "~1.7",
"phpspec/phpspec": "~4.0",
"phpspec/prophecy": "~1.7",
"mockery/mockery": "~1.0",
"ciaranmcnulty/phpspec-typehintedmethods": "~3.0",
"leanphp/phpspec-code-coverage": "^4.2",
"leanphp/behat-code-coverage": "^3.3",
"behat/behat": "~3.4",
"behat/mink": "~1.7",
"behat/mink-extension": "~2.3",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-browserkit-driver": "~1.3",
"leanphp/behat-phpspec": "0.7.*",
"phpstan/phpstan": "~0.9"
},
"bin": ["bin/composer"],
"minimum-stability": "stable",
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-develop": "7.2.x-dev"
}
}
}