Skip to content

Commit b3eaa66

Browse files
committed
update
1 parent 4e01a43 commit b3eaa66

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@
1919
"ext-curl": "*",
2020
"paquettg/string-encode": "~1.0.0",
2121
"php-http/httplug": "^2.1",
22-
"guzzlehttp/guzzle": "^7.0",
23-
"guzzlehttp/psr7": "^1.6",
22+
"guzzlehttp/guzzle": "^7.2",
2423
"myclabs/php-enum": "^1.7"
2524
},
2625
"require-dev": {
27-
"phpunit/phpunit": "^7.5.1",
26+
"phpunit/phpunit": "^10.0",
2827
"mockery/mockery": "^1.2",
29-
"infection/infection": "^0.13.4",
30-
"phan/phan": "^2.4",
28+
"infection/infection": "^0.28",
29+
"phan/phan": "*",
3130
"friendsofphp/php-cs-fixer": "^2.16"
3231
},
3332
"autoload": {
3433
"psr-4": {
3534
"PHPHtmlParser\\": "src/PHPHtmlParser"
3635
}
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"infection/extension-installer": false
40+
}
3741
}
3842
}

0 commit comments

Comments
 (0)