-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
56 lines (56 loc) · 1.91 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
{
"name": "4c0n/sylius-barcode-search-plugin",
"type": "sylius-plugin",
"keywords": ["sylius", "sylius-plugin", "barcode", "bar", "code", "ean"],
"description": "Plugin that makes it possible for users to use their camera to search for a barcode.",
"license": "MIT",
"require": {
"php": "^7.4",
"sylius/sylius": ">=1.6.8 <1.7.0 || >=1.7.4 <1.8.0"
},
"require-dev": {
"behat/behat": "^3.4",
"behat/mink": "^1.7@dev",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"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",
"lakion/mink-debug-extension": "^1.2",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpstan/phpstan-webmozart-assert": "^0.11",
"sensiolabs/security-checker": "^5.0",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/intl": "^4.4",
"symfony/web-profiler-bundle": "^4.4",
"symfony/web-server-bundle": "^4.4",
"squizlabs/php_codesniffer": "^3.5"
},
"conflict": {
"doctrine/inflector": "^1.4",
"sylius/grid-bundle": "1.7.4",
"symfony/symfony": "3.4.7",
"twig/twig": "2.6.1",
"api-platform/core": "2.5.5"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Nedac\\SyliusBarcodeSearchPlugin\\": "src/",
"Tests\\Nedac\\SyliusBarcodeSearchPlugin\\": "tests/"
}
},
"autoload-dev": {
"classmap": ["tests/Application/Kernel.php"]
},
"extra": {
"branch-alias": {
"dev-master": "0.0-dev"
}
}
}