Skip to content

Commit c166ba6

Browse files
committed
feat: laravel 12 support
1 parent c61074d commit c166ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.0",
2020
"ext-pdo": "*",
2121
"guzzlehttp/guzzle": "^7.0",
22-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2323
"tpetry/php-mysql-explain": "^1.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)