-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (42 loc) · 1.49 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (42 loc) · 1.49 KB
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": "nedac/sylius-temporarily-out-of-stock-plugin",
"type": "sylius-plugin",
"keywords": ["sylius", "sylius-plugin"],
"description": "Sylius plugin that adds a ribbon to product images of products that are out of stock.",
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": ">=1.10.2 <1.11.0",
"webmozart/assert": "^1.10"
},
"require-dev": {
"behat/behat": "^3.8",
"dmore/chrome-mink-driver": "^2.8",
"friends-of-behat/mink-extension": "^2.5",
"friends-of-behat/page-object-extension": "^0.3",
"friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-webmozart-assert": "^0.12",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.4",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"matthiasnoback/symfony-config-test": "^4.2",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-mockery": "^0.12.14"
},
"autoload": {
"psr-4": {
"Nedac\\SyliusTemporarilyOutOfStockPlugin\\": "src/",
"Tests\\Nedac\\SyliusTemporarilyOutOfStockPlugin\\": "tests/"
}
},
"extra": {
"symfony": {
"require": "5.3.*"
}
}
}