File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " magento/magento2ce-functional-tests" ,
3
+ "description" : " Magento 2 Functional Tests" ,
4
+ "type" : " project" ,
5
+ "version" : " 1.0.0" ,
6
+ "license" : [
7
+ " OSL-3.0" ,
8
+ " AFL-3.0"
9
+ ],
10
+ "config" : {
11
+ "sort-packages" : true
12
+ },
13
+ "repositories" : [
14
+ {
15
+ "type" : " git" ,
16
+ "url" :
" [email protected] :magento/magento2-functional-testing-framework.git"
17
+ }
18
+ ],
19
+ "require" : {
20
+ "allure-framework/allure-codeception" : " dev-master#af40af5ae2b717618a42fe3e137d75878508c75d" ,
21
+ "codeception/codeception" : " ~2.3.4" ,
22
+ "consolidation/robo" : " ^1.0.0" ,
23
+ "henrikbjorn/lurker" : " ^1.2" ,
24
+ "magento/magento2-functional-testing-framework" : " 1.0.0" ,
25
+ "php" : " 7.0.2|7.0.4|~7.0.6|~7.1.0" ,
26
+ "vlucas/phpdotenv" : " ~2.4"
27
+ },
28
+ "autoload" : {
29
+ "psr-4" : {
30
+ "Magento\\ " : [" tests/functional/Magento" , " generated/Magento" ]
31
+ }
32
+ },
33
+ "prefer-stable" : true
34
+ }
You can’t perform that action at this time.
0 commit comments