File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codeception/lib-innerbrowser" ,
3
3
"description" : " Parent library for all Codeception framework modules and PhpBrowser" ,
4
- "keywords" : [ " codeception" ],
5
- "homepage" : " https://codeception.com/" ,
6
- "type" : " library" ,
7
4
"license" : " MIT" ,
5
+ "type" : " library" ,
6
+ "keywords" : [
7
+ " codeception"
8
+ ],
8
9
"authors" : [
9
10
{
10
11
"name" : " Michael Bodnarchuk" ,
15
16
"name" : " Gintautas Miselis"
16
17
}
17
18
],
18
- "minimum-stability " : " dev " ,
19
+ "homepage " : " https://codeception.com/ " ,
19
20
"require" : {
20
21
"php" : " ^8.0" ,
21
22
"ext-dom" : " *" ,
22
23
"ext-json" : " *" ,
23
24
"ext-mbstring" : " *" ,
24
- "codeception/codeception" : " ^ 5.0.0-alpha1 " ,
25
- "symfony/browser-kit" : " ^4.4 | ^5.4 | ^6.0" ,
26
- "symfony/dom-crawler" : " ^4.4 | ^5.4 | ^6.0"
25
+ "codeception/codeception" : " dev- 5.0-interfaces as 5.0.0 " ,
26
+ "symfony/browser-kit" : " ^4.4 || ^5.4 | | ^6.0" ,
27
+ "symfony/dom-crawler" : " ^4.4 || ^5.4 | | ^6.0"
27
28
},
28
29
"require-dev" : {
29
30
"codeception/util-universalframework" : " dev-master"
30
31
},
31
32
"conflict" : {
32
33
"codeception/codeception" : " <5.0"
33
34
},
35
+ "minimum-stability" : " dev" ,
34
36
"autoload" : {
35
37
"classmap" : [
36
38
" src/"
37
39
]
38
40
},
39
41
"config" : {
40
- "classmap-authoritative" : true
42
+ "classmap-authoritative" : true ,
43
+ "sort-packages" : true
41
44
},
42
45
"scripts" : {
43
46
"test" : " codecept run --coverage-xml"
You can’t perform that action at this time.
0 commit comments