forked from Smile-SA/magento2-elasticsuite-behat-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·34 lines (34 loc) · 941 Bytes
/
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
{
"name": "smile/magento2-elasticsuite-behat-features",
"description": "Tool for generation data for tracker module in Elasticsuite.",
"keywords": ["behat", "elasticsuite"],
"license": "MIT",
"authors": [
{
"name": "Dmytro Androshchuk",
"email": "[email protected]",
"role": "Developer"
}
],
"type": "library",
"require": {
"php": ">=7.1"
},
"require-dev": {
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "1.3.1",
"behat/mink-goutte-driver": "1.2.1"
},
"scripts": {
"post-install-cmd": [
"php -r \"file_exists('behat.yml') || copy('behat.yml.example', 'behat.yml');\""
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}