-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 864 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 864 Bytes
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
{
"name": "aligent/orocommerce-fees-bundle",
"description": "OroCommerce Bundle to charge Fees during Checkout",
"type": "library",
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"Aligent\\FeesBundle\\": "./src/Aligent/FeesBundle"
},
"exclude-from-classmap": [
"./src/Aligent/FeesBundle/Tests/"
]
},
"repositories": {
"oro": {
"type": "composer",
"url": "https://packagist.orocrm.com"
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"oro/commerce": "~5.0.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.7",
"phpmd/phpmd": "^2.12",
"friendsofphp/php-cs-fixer": "~2.18.2 || ~2.19.0",
"symfony/phpunit-bridge": "~4.4.24 || ~6.1.0",
"squizlabs/php_codesniffer": "^3.6"
}
}