Skip to content

Commit 9c9da85

Browse files
authored
Update composer.json to anything below PHP 8.4
1 parent 85e04fa commit 9c9da85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"require": {
46-
"php": ">=8.0,<=8.3",
46+
"php": ">=8.0,<8.4",
4747
"guzzlehttp/guzzle": "^7.0"
4848
},
4949
"require-dev": {

0 commit comments

Comments
 (0)