Skip to content

Commit 2489771

Browse files
authored
Added Laravel 12 (without testing)
1 parent ceefc63 commit 2489771

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^8.2",
7-
"illuminate/support": "^9.0 | ^10.0 | ^11.0",
7+
"illuminate/support": "^9.0 | ^10.0 | ^11.0 | ^12.0",
88
"telepath/telepath": "^0.31",
99
"symfony/cache": "^6.2"
1010
},
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require-dev": {
37-
"laravel/framework": "^9.0 | ^10.0 | ^11.0"
37+
"laravel/framework": "^9.0 | ^10.0 | ^11.0 | ^12.0"
3838
},
3939
"minimum-stability": "dev",
4040
"prefer-stable": true

0 commit comments

Comments
 (0)