-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 926 Bytes
/
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
{
"name": "akki/sylius-payum-lyra-marketplace-plugin",
"description": "Payum Lyra Marketplace Bridge for Sylius",
"type": "sylius-plugin",
"require": {
"payum/core": "~1.5",
"php": "~7.3|^8.1",
"php-http/guzzle6-adapter": "^1.1|~2.0",
"psr/log": "~1.0|~2.0",
"sylius/sylius": "~1.7|~1.5|^1.12",
"symfony/process": "~2.7|~3.0|~4.0|~6.0",
"akki/syliuslyramarketplaceapiclient": "dev-develop",
"ext-json": "*"
},
"license": "MIT",
"authors": [
{
"name": "Akki",
"email": "[email protected]"
}
],
"repositories": {
"akkiLyraMarketplace": {
"type": "git",
"url": "https://github.com/sebastien-akki/SyliusLyraMarketplaceApiClient.git"
}
},
"prefer-stable": false,
"autoload": {
"psr-4": {
"Akki\\SyliusPayumLyraMarketplacePlugin\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}