-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.38 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
{
"name": "comerito/orocommerce-report-plugin",
"description": "This extension provides six predefined, highly useful reports to help you gain deeper insights into your sales and customers.",
"keywords": [
"comerito",
"orocommerce",
"orocommerce-plugin",
"orocommerce-extension"
],
"homepage": "https://github.com/comerito/orocommerce-report-plugin",
"minimum-stability": "dev",
"license": "EUPL-1.2",
"authors": [
{
"name": "Patryk Lewczuk",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Comerito\\Bundle\\ReportBundle\\": "src/Comerito/Bundle/ReportBundle"
},
"exclude-from-classmap": [
"/tests/"
]
},
"require": {
"php": ">=8.2 <=8.4",
"oro/commerce": "^5.0 || 6.0.* || 6.1.*",
"oro/crm": "^5.0 || 6.0.* || 6.1.*"
},
"repositories": {
"oro": {
"type": "composer",
"url": "https://packagist.orocrm.com"
}
},
"require-dev": {
"phpro/grumphp": "^2.9",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.11",
"enlightn/security-checker": "^1.11",
"phpunit/phpunit": "~9.5.27",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"config": {
"allow-plugins": {
"symfony/runtime": true,
"symfony/flex": true,
"php-http/discovery": true,
"phpro/grumphp": true
}
}
}