-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.48 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": "tilleuls/sylius-click-n-collect-plugin",
"type": "sylius-plugin",
"keywords": ["sylius", "sylius-plugin", "click-and-collect", "pickup", "shipping", "covid-19"],
"description": "Click and Collect plugin for Sylius, to sell and deliver securely during the COVID-19 pandemic.",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.4",
"simshaun/recurr": "^4.0",
"sylius/sylius": "^1.7",
"symfony/lock": "^4.4 || ^5.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-doctrine": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-webmozart-assert": "^0.12.0",
"phpunit/phpunit": "^8.0",
"sensiolabs/security-checker": "^6.0",
"sylius-labs/coding-standard": "^3.1",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/intl": "^4.4",
"symfony/panther": "^0.7.1",
"symfony/web-profiler-bundle": "^4.4",
"symfony/web-server-bundle": "^4.4"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"CoopTilleuls\\SyliusClickNCollectPlugin\\": "src/",
"Tests\\CoopTilleuls\\SyliusClickNCollectPlugin\\": "tests/"
}
},
"autoload-dev": {
"classmap": ["tests/Application/Kernel.php"]
},
"config": {
"sort-packages": true
}
}