Skip to content

Commit 2c7fec0

Browse files
authored
Update composer.json - Laravel 12
1 parent 0e45a3b commit 2c7fec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
"require": {
3131
"php": "^8.1|^8.2|^8.3|^8.4",
32-
"illuminate/contracts": "^10|^11",
33-
"illuminate/database": "^10|^11",
34-
"illuminate/support": "^10|^11",
35-
"laravel/scout": "^10|^11"
32+
"illuminate/contracts": "^10|^11|^12",
33+
"illuminate/database": "^10|^11|^12",
34+
"illuminate/support": "^10|^11|^12",
35+
"laravel/scout": "^10|^11|^12"
3636
},
3737
"require-dev": {
3838
"laravel/pint": "^1.18",

0 commit comments

Comments
 (0)