Skip to content

Commit 9775dab

Browse files
deps: drop support for php<8.1 (#82)
* Update PHP require * Revert version change
1 parent 65681d0 commit 9775dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.4",
13+
"php": ">=8.1",
1414
"php-http/discovery": "^1.14",
1515
"psr/simple-cache": ">=1.0",
1616
"psr/http-factory-implementation": "1.0",

0 commit comments

Comments
 (0)