Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 28e3558

Browse files
committed
Laravel 10.x support
1 parent 34b3d4e commit 28e3558

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
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php": "^8.0|^8.1",
25-
"illuminate/filesystem": "^8.70|^9.0",
26-
"illuminate/support": "^8.70|^9.0",
27-
"illuminate/view": "^8.70|^9.0"
25+
"illuminate/filesystem": "^8.70|^9.0|^10.0",
26+
"illuminate/support": "^8.70|^9.0|^10.0",
27+
"illuminate/view": "^8.70|^9.0|^10.0"
2828
},
2929
"require-dev": {
3030
"blade-ui-kit/blade-heroicons": "^1.0|^2.0",
3131
"laravel/pint": "^1.2",
3232
"livewire/livewire": "^2.8",
33-
"orchestra/testbench": "^6.23|^7.0",
33+
"orchestra/testbench": "^6.23|^7.0|^8.0",
3434
"phpunit/phpunit": "^9.5",
3535
"spatie/laravel-ray": "^1.25"
3636
},

0 commit comments

Comments
 (0)