Skip to content

Commit 6fdbe10

Browse files
committed
Fix: Test on php 8.4, allow Laravel 12
1 parent 5165362 commit 6fdbe10

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
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"anik/amqp": "^2.0",
16-
"illuminate/support": "^10.0|^11.0|^12.0"
16+
"illuminate/support": "^11.0|^12.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)