Skip to content

Commit e2a1926

Browse files
committed
Relax guzzle package to version 6 in addition to version 7
1 parent 4e01a43 commit e2a1926

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

composer.json

+15-10
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,31 @@
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
}

0 commit comments

Comments
 (0)