File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codeception/module-asserts" ,
3
3
"description" : " Codeception module containing various assertions" ,
4
- "keywords" : [ " codeception" , " asserts" , " assertions" ],
5
- "homepage" : " https://codeception.com/" ,
6
- "type" : " library" ,
7
4
"license" : " MIT" ,
5
+ "type" : " library" ,
6
+ "keywords" : [
7
+ " codeception" ,
8
+ " asserts" ,
9
+ " assertions"
10
+ ],
8
11
"authors" : [
9
12
{
10
13
"name" : " Michael Bodnarchuk"
17
20
"homepage" : " https://medium.com/@ganieves"
18
21
}
19
22
],
20
- "minimum-stability " : " dev " ,
23
+ "homepage " : " https://codeception.com/ " ,
21
24
"require" : {
22
25
"php" : " ^8.0" ,
23
- "codeception/lib-asserts " : " ^2 .0" ,
24
- "codeception/codeception " : " ^5.0.0-alpha1 "
26
+ "codeception/codeception " : " dev-5.0-interfaces as 5.0 .0" ,
27
+ "codeception/lib-asserts " : " ^2.0 "
25
28
},
26
29
"conflict" : {
27
30
"codeception/codeception" : " <5.0"
28
31
},
32
+ "minimum-stability" : " dev" ,
29
33
"autoload" : {
30
34
"classmap" : [
31
35
" src/"
You can’t perform that action at this time.
0 commit comments