We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e01a43 commit b3eaa66Copy full SHA for b3eaa66
composer.json
@@ -19,20 +19,24 @@
19
"ext-curl": "*",
20
"paquettg/string-encode": "~1.0.0",
21
"php-http/httplug": "^2.1",
22
- "guzzlehttp/guzzle": "^7.0",
23
- "guzzlehttp/psr7": "^1.6",
+ "guzzlehttp/guzzle": "^7.2",
24
"myclabs/php-enum": "^1.7"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^7.5.1",
+ "phpunit/phpunit": "^10.0",
28
"mockery/mockery": "^1.2",
29
- "infection/infection": "^0.13.4",
30
- "phan/phan": "^2.4",
+ "infection/infection": "^0.28",
+ "phan/phan": "*",
31
"friendsofphp/php-cs-fixer": "^2.16"
32
33
"autoload": {
34
"psr-4": {
35
"PHPHtmlParser\\": "src/PHPHtmlParser"
36
}
+ },
37
+ "config": {
38
+ "allow-plugins": {
39
+ "infection/extension-installer": false
40
+ }
41
42
0 commit comments