Skip to content

Commit f0cfe8b

Browse files
L10 compatibility (#564)
* Bump dependencies for Laravel 10 * Update composer.json --------- Co-authored-by: Shift <shift@laravelshift.com>
1 parent 85304e2 commit f0cfe8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
],
2929
"require": {
3030
"php": "^8.0",
31-
"illuminate/support": "^7.0|^8.0|^9.0",
31+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
3232
"livewire/livewire": "^2.4.4",
3333
"maatwebsite/excel": "^3.1",
34-
"reedware/laravel-relation-joins": "^2.4|^3.0"
34+
"reedware/laravel-relation-joins": "^2.4|^3.0|dev-l10-compatibility"
3535
},
3636
"require-dev": {
3737
"laravel/legacy-factories": "^1.0.4",
38-
"orchestra/testbench": "^4.0|5.0|6.0|^7.0",
38+
"orchestra/testbench": "^4.0|5.0|6.0|^7.0|^8.0",
3939
"phpunit/phpunit": "^8.0|9.0|^9.5.10"
4040
},
4141
"autoload": {

0 commit comments

Comments
 (0)