File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ infection.log
55.idea /
66.php_cs.cache
77* .swp
8+ .phpunit.result.cache
9+ .php-cs-fixer.cache
Original file line number Diff line number Diff line change 1717 "ext-mbstring" : " *" ,
1818 "ext-zlib" : " *" ,
1919 "ext-curl" : " *" ,
20- "paquettg/string-encode" : " ~1.0 .0" ,
20+ "paquettg/string-encode" : " ^2 .0" ,
2121 "php-http/httplug" : " ^2.1" ,
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" ,
25+ "psr/http-client" : " ^1.0"
2526 },
2627 "require-dev" : {
27- "phpunit/phpunit" : " ^7.5.1" ,
28+ "phpunit/phpunit" : " ^7.5.1 || ^8.0 || ^9.0 " ,
2829 "mockery/mockery" : " ^1.2" ,
29- "infection/infection" : " ^0.13.4" ,
30- "phan/phan" : " ^2.4" ,
31- "friendsofphp/php-cs-fixer" : " ^2.16"
30+ "friendsofphp/php-cs-fixer" : " ^3.0" ,
31+ "phan/phan" : " ^5.2"
3232 },
3333 "autoload" : {
34- "psr-4" : {
34+ "psr-4" : {
3535 "PHPHtmlParser\\ " : " src/PHPHtmlParser"
3636 }
3737 }
You can’t perform that action at this time.
0 commit comments