-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (56 loc) · 1.65 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
{
"name": "oro-flex/phpunit-bundle",
"description": "OroPhpUnitBundle uses testing tools to provide the testing framework for all Oro application components.",
"homepage": "https://github.com/oroinc/platform/tree/master/src/Oro/Bundle/PhpUnitBundle",
"license": "MIT",
"authors": [
{
"name": "Nikita Makarov",
"email": "mesaverde228@gmail.com"
},
{
"name": "Oro, Inc",
"homepage": "https://oroinc.com/"
}
],
"require": {
"php": "~7.4.14 || ~8.0.0",
"oro-flex/cache-bundle": "5.0.*"
},
"require-dev": {
"nelmio/alice": "~3.9.0",
"theofidry/alice-data-fixtures": "~1.4.0",
"phpunit/phpunit": "~9.5.1",
"johnkary/phpunit-speedtrap": "~4.0.0",
"symfony/phpunit-bridge": "~5.4.0",
"symfony/browser-kit": "~5.4.0",
"symfony/css-selector": "~5.4.0",
"symfony/debug-bundle": "~5.4.0",
"symfony/dom-crawler": "~5.4.0",
"symfony/stopwatch": "~5.4.0",
"symfony/var-dumper": "~5.4.0",
"symfony/var-exporter": "~5.4.0",
"symfony/web-profiler-bundle": "~5.4.0",
"oro-flex/test-utils": "5.0-dev",
"oro-flex/testing": "5.0-dev"
},
"conflict": {
"oro/platform": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony": {
"require": "5.4.*"
},
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Oro\\Bundle\\PhpUnitBundle\\": ""
},
"exclude-from-classmap": ["/Tests/"]
}
}