-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 loc) · 1.06 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
{
"name": "webburza/sylius-customers-also-bought-bundle",
"description": "Customers also bought bundle for the Sylius e-commerce platform.",
"type": "symfony-bundle",
"license": "MIT",
"keywords": [
"webburza",
"web.burza",
"symfony",
"sylius",
"association",
"related products"
],
"authors": [
{
"name": "Tin Benjamin Matuka",
"email": "tin@burza.hr"
},
{
"name": "Yousef Chanan",
"email": "yousef@burza.hr"
}
],
"autoload": {
"psr-4": {
"Webburza\\Sylius\\CustomersAlsoBoughtBundle\\": ""
}
},
"require": {
"sylius/core": "^0.19"
},
"require-dev": {
"behat/behat": "~3.0",
"behat/mink": "~1.6",
"behat/mink-browserkit-driver": "~1.2",
"behat/mink-extension": "~2.0",
"behat/mink-selenium2-driver": "~1.2",
"behat/symfony2-extension": "~2.0",
"phpunit/phpunit": "~4.1",
"sylius/sylius": "^0.19"
}
}