17
17
"bex/behat-screenshot" : " ^2.1" ,
18
18
"dmore/behat-chrome-extension" : " ^1.3" ,
19
19
"dmore/chrome-mink-driver" : " ^2.7" ,
20
- "ezsystems/allure-behat" : " ^3.3@dev " ,
21
- "ezsystems/allure-php-api" : " ^3.3@dev " ,
22
- "ezsystems/behat-screenshot-image-driver-cloudinary" : " ^1.1@dev " ,
23
- "ezsystems/ezplatform-http-cache" : " ^2.3@dev " ,
24
- "ezsystems/ezplatform-kernel" : " ^1.3@dev " ,
20
+ "ezsystems/allure-behat" : " ^3.3" ,
21
+ "ezsystems/allure-php-api" : " ^3.3" ,
22
+ "ezsystems/behat-screenshot-image-driver-cloudinary" : " ^1.1" ,
23
+ "ezsystems/ezplatform-http-cache" : " ^2.3" ,
24
+ "ezsystems/ezplatform-kernel" : " ^1.3" ,
25
25
"friends-of-behat/mink" : " ^1.8" ,
26
26
"friends-of-behat/mink-browserkit-driver" : " ^1.4" ,
27
27
"friends-of-behat/mink-extension" : " ^2.4" ,
42
42
"psy/psysh" : " ^0.10.8"
43
43
},
44
44
"require-dev" : {
45
- "ibexa/ci-scripts" : " ^0.1@dev " ,
46
- "ezsystems/doctrine-dbal-schema" : " ^1.0@dev " ,
45
+ "ibexa/ci-scripts" : " ^0.1" ,
46
+ "ezsystems/doctrine-dbal-schema" : " ^1.0" ,
47
47
"ezsystems/ezplatform-code-style" : " ^1.0.0" ,
48
- "ezsystems/ezplatform-rest" : " ^1.3@dev " ,
48
+ "ezsystems/ezplatform-rest" : " ^1.3" ,
49
49
"friendsofphp/php-cs-fixer" : " ^2.16.0" ,
50
50
"mikey179/vfsstream" : " ^1.6"
51
51
},
75
75
"dev-master" : " 8.3.x-dev"
76
76
}
77
77
},
78
- "bin" : [" bin/ibexabehat" , " bin/ibexareport" ],
78
+ "bin" : [
79
+ " bin/ibexabehat" ,
80
+ " bin/ibexareport"
81
+ ],
79
82
"config" : {
80
83
"allow-plugins" : {
81
84
"composer/package-versions-deprecated" : true
82
85
}
83
86
}
84
- }
87
+ }
0 commit comments