Skip to content

Commit c017d37

Browse files
authored
Support Laravel 12 (#62)
1 parent 9fb70ad commit c017d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"illuminate/config": "^10.0|^11.0",
23-
"illuminate/support": "^10.0|^11.0",
22+
"illuminate/config": "^10.0|^11.0|^12.0",
23+
"illuminate/support": "^10.0|^11.0|^12.0",
2424
"php": "^8.1",
2525
"php-mqtt/client": "^1.3.0|^2.0"
2626
},

0 commit comments

Comments
 (0)