forked from synolia/SyliusAkeneoPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
86 lines (86 loc) · 3 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "synolia/sylius-akeneo-plugin",
"type": "sylius-plugin",
"keywords": ["sylius", "sylius-plugin", "akeneo", "connector"],
"description": "Akeneo connector for Sylius.",
"license": "EUPL-1.2",
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"akeneo/api-php-client": "^4.0||^5.0||^6.0",
"akeneo/api-php-client-ee": "^4.0||^5.0||^6.0",
"behat/transliterator": "^1.3",
"bluepsyduck/symfony-process-manager": "^1.3",
"doctrine/dbal": "^2.10",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"http-interop/http-factory-guzzle": "^1.0",
"league/pipeline": "^1.0",
"php-http/guzzle6-adapter": "^2.0",
"psr/event-dispatcher": "^1.0",
"sylius/sylius": "~1.9.0 || ~1.10.0",
"symfony/framework-bundle": "^4.4|^5.1",
"symfony/lock": "^4.3|^5.1",
"symfony/property-access": "^4.3|^5.1",
"symfony/property-info": "^4.3|^5.1",
"symfony/serializer": "^4.3|^5.1",
"symfony/service-contracts": "^1.1|^2.0"
},
"require-dev": {
"behat/behat": "^3.4",
"behat/mink": "^1.8",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"donatj/mock-webserver": "^2.1",
"friends-of-behat/page-object-extension": "^0.3",
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.0",
"friends-of-behat/variadic-extension": "^1.1",
"friendsoftwig/twigcs": "^5.0",
"j13k/yaml-lint": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.0",
"lakion/mink-debug-extension": "^2.0",
"phpmd/phpmd": "^2.8",
"phpro/grumphp": "^1.1.0",
"phpspec/phpspec": "^6.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.91",
"phpstan/phpstan-doctrine": "0.12.41",
"phpstan/phpstan-webmozart-assert": "0.12.14",
"phpunit/phpunit": "^9.0",
"sebastian/phpcpd": "^6.0",
"seld/jsonlint": "^1.7",
"slevomat/coding-standard": "^6.3.2",
"sylius-labs/coding-standard": "^v4.0",
"symfony/browser-kit": "^4.3",
"symfony/debug-bundle": "^4.3",
"symfony/dotenv": "^4.3",
"symfony/intl": "^4.3",
"symfony/web-profiler-bundle": "^4.3",
"symfony/web-server-bundle": "^4.3",
"webmozart/assert": "^1.8"
},
"prefer-stable": true,
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Synolia\\SyliusAkeneoPlugin\\": "src/",
"Tests\\Synolia\\SyliusAkeneoPlugin\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"symfony": {
"require": "^4.3 || ^5.2"
}
},
"scripts": {
"fix-ecs": "ecs check -c ruleset/ecs.php --fix --ansi --clear-cache",
"patch" : "php bin/patch"
},
"conflict": {
"doctrine/dbal": "^3.0"
}
}