File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " >=7.2 " ,
16
+ "php" : " >=7.4|^8.0 " ,
17
17
"ext-mbstring" : " *" ,
18
18
"ext-zlib" : " *" ,
19
19
"ext-curl" : " *" ,
20
- "paquettg/string-encode" : " ~1.0 .0" ,
21
- "php-http/httplug" : " ^2.1 " ,
20
+ "paquettg/string-encode" : " ^1 .0" ,
21
+ "php-http/httplug" : " ^2.0 " ,
22
22
"guzzlehttp/guzzle" : " ^7.0" ,
23
- "guzzlehttp/psr7" : " ^1.6 " ,
24
- "myclabs/php-enum" : " ^1.7 "
23
+ "guzzlehttp/psr7" : " ^2.0 " ,
24
+ "myclabs/php-enum" : " ^1.8 "
25
25
},
26
26
"require-dev" : {
27
- "phpunit/phpunit" : " ^7.5.1 " ,
28
- "mockery/mockery" : " ^1.2 " ,
29
- "infection/infection" : " ^0.13.4 " ,
30
- "phan/phan" : " ^2.4 " ,
31
- "friendsofphp/php-cs-fixer" : " ^2.16 "
27
+ "phpunit/phpunit" : " ^9.0 " ,
28
+ "mockery/mockery" : " ^1.0 " ,
29
+ "infection/infection" : " * " ,
30
+ "phan/phan" : " ^5.0 " ,
31
+ "friendsofphp/php-cs-fixer" : " ^3.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
35
35
"PHPHtmlParser\\ " : " src/PHPHtmlParser"
36
36
}
37
+ },
38
+ "config" : {
39
+ "allow-plugins" : {
40
+ "infection/extension-installer" : true
41
+ }
37
42
}
38
43
}
You can’t perform that action at this time.
0 commit comments