Skip to content

Commit cc0c834

Browse files
committed
Update dependencies
1 parent 4e01a43 commit cc0c834

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
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
}

0 commit comments

Comments
 (0)