We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b0cb3 commit 34bfaffCopy full SHA for 34bfaff
composer.json
@@ -3,10 +3,10 @@
3
"description": "PSR-18 compatible library to interface with the bracket generator Challonge.",
4
"require": {
5
"ext-json": "*",
6
- "php": "^8.0 | ^8.1",
+ "php": "^7.4 | ^8.0 | ^8.1",
7
"psr/http-client": "^1.0",
8
"psr/log": "^1.1.4",
9
- "illuminate/collections": "~9",
+ "illuminate/collections": "~8",
10
"spatie/data-transfer-object": "^2.5",
11
"nyholm/psr7": "^1.4"
12
},
0 commit comments