forked from oroinc/crm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.json
More file actions
66 lines (66 loc) · 1.85 KB
/
dev.json
File metadata and controls
66 lines (66 loc) · 1.85 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "oro/crm",
"description": "OroCRM",
"homepage": "https://github.com/oroinc/crm.git",
"license": "OSL-3.0",
"authors": [
{
"name": "Oro, Inc",
"homepage": "http://www.orocrm.com"
}
],
"autoload": {
"psr-4": {"": "src/"},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"oro/platform": "4.0.x-dev",
"oro/crm-task-bundle": "4.0.x-dev",
"oro/crm-call-bundle": "4.0.x-dev",
"oro/calendar-bundle": "4.0.x-dev",
"oro/marketing": "4.0.x-dev"
},
"require-dev": {
"behat/behat": "3.4.*",
"behat/mink": "1.7.x-dev#6d637f7",
"behat/mink-extension": "2.3.*",
"behat/mink-selenium2-driver": "1.*",
"behat/symfony2-extension": "2.1.*",
"nelmio/alice": "3.5.*",
"theofidry/alice-data-fixtures": "1.0.*",
"phpunit/phpunit": "7.5.*",
"johnkary/phpunit-speedtrap": "3.0.*",
"mybuilder/phpunit-accelerator": "dev-master",
"squizlabs/php_codesniffer": "3.3.*",
"phpmd/phpmd": "2.6.*",
"sebastian/phpcpd": "4.0.*",
"phpunit/phpcov": "5.0.*",
"symfony/phpunit-bridge": "4.3.*",
"friendsofphp/php-cs-fixer": "2.12.*",
"oro/twig-inspector": "1.0.*"
},
"repositories": {
"monorepo": {
"type": "path",
"url": "../*"
},
"oro": {
"type": "composer",
"url": "https://packagist.orocrm.com"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.orocrm.com"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony": {
"require": "4.2.*"
},
"branch-alias": {
"dev-master": "4.0-dev"
}
}
}