forked from Chargily/chargily-epay-sylius
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 706 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 706 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
{
"name": "chargily/epay-sylius",
"type": "sylius-plugin",
"description": "Chargily Pay V2 plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^8.2",
"ext-json": "*",
"sylius/sylius": "^2.2",
"symfony/http-client": "^6.4 || ^7.4"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"sylius-labs/coding-standard": "^4.4"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Chargily\\EpayPlugin\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"config": {
"bin-dir": "bin",
"sort-packages": true
}
}