-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
43 lines (43 loc) · 1.18 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
{
"name": "synolia/orocommerce-credit-line-plugin",
"keywords": [
"orocommerce",
"orocommerce-plugin",
"credit",
"credit-line"
],
"description": "OroCommerce Credit Line Plugin",
"homepage": "https://github.com/synolia/OroCommerceCreditLinePlugin",
"license": "EUPL-1.2",
"authors": [
{
"name": "Synolia",
"homepage": "http://www.synolia.com"
}
],
"autoload": {
"psr-4": {"Synolia\\Bundle\\CreditLineBundle\\": "src/Synolia/Bundle/CreditLineBundle"},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"php": "^7.3|^8.0",
"oro/commerce": "4.2.*"
},
"repositories": {
"oro": {
"type": "composer",
"url": "https://packagist.orocrm.com"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpmd/phpmd": "^2.8",
"phpro/grumphp": "^1.1.0",
"phpspec/phpspec": "^6.1",
"phpstan/phpstan": "0.12.91",
"php-parallel-lint/php-parallel-lint": "^1.0",
"enlightn/security-checker": "^1.9",
"friendsofphp/php-cs-fixer": "^2.18"
}
}