This repository was archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (44 loc) · 1.42 KB
/
composer.json
File metadata and controls
45 lines (44 loc) · 1.42 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
44
45
{
"name": "coding-berlin/extra-promotions-plugin",
"type": "sylius-plugin",
"description": "Add extra promotions plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^5.6|^7.0",
"sylius/sylius": "^1.0.0@beta"
},
"authors": [
{
"name": "Robert"
},
{
"name": "Marcelo Santos"
},
{
"name": "Community contributions",
"homepage": "http://github.com/coding-berlin/ExtraPromotionsPlugin/contributors"
}
],
"require-dev": {
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/context-service-extension": "^0.3",
"friends-of-behat/cross-container-extension": "^0.2",
"friends-of-behat/performance-extension": "^1.0",
"friends-of-behat/service-container-extension": "^0.3",
"friends-of-behat/symfony-extension": "^0.2.1",
"friends-of-behat/variadic-extension": "^0.1",
"lakion/mink-debug-extension": "^1.2.3",
"se/selenium-server-standalone": "^2.52",
"phpspec/phpspec": "^3.2"
},
"autoload": {
"psr-4": {
"CodingBerlin\\ExtraPromotionPlugin\\": "src/",
"Tests\\CodingBerlin\\ExtraPromotionPlugin\\": "tests/"
}
}
}