Skip to content

Commit 7401107

Browse files
cb-freddysartclaude
andcommitted
chore: bump PHP to ^8.4 and illuminate/collections to ^10|^11|^12
Required for downstream consumers running on PHP 8.4. illuminate/collections v8 emits "Implicitly marking parameter as nullable is deprecated" warnings from its internal method signatures (e.g. filter(callable \$callback = null)). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1d071bb commit 7401107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3 | ^8.0",
13+
"php": "^8.4",
1414
"psr/http-message": "^1.0",
1515
"php-http/client-common": "^2.2",
1616
"php-http/httplug": "^2.2",
@@ -19,7 +19,7 @@
1919
"php-http/curl-client": "^2.2",
2020
"symfony/yaml": "^3.2|^4.3|^5.0",
2121
"nesbot/carbon": "^2.0",
22-
"illuminate/collections": "^8.29.0",
22+
"illuminate/collections": "^10.0 || ^11.0 || ^12.0",
2323
"guzzlehttp/psr7": "^1.7.0",
2424
"psr/cache": "^1.0",
2525
"league/flysystem-memory": "^1.0",

0 commit comments

Comments
 (0)