File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " >=7.2 " ,
16+ "php" : " >=7.4|^8.0 " ,
1717 "ext-mbstring" : " *" ,
1818 "ext-zlib" : " *" ,
1919 "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 " ,
2222 "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 "
2525 },
2626 "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 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
3535 "PHPHtmlParser\\ " : " src/PHPHtmlParser"
3636 }
37+ },
38+ "config" : {
39+ "allow-plugins" : {
40+ "infection/extension-installer" : true
41+ }
3742 }
3843}
You can’t perform that action at this time.
0 commit comments