Skip to content

Commit

Permalink
UPGRADE 📦 Allow Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeblauw authored May 23, 2023
1 parent 74b28de commit f7f113b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prefer-stable": true,
"require": {
"php": "^7.4|^8.1",
"laravel/framework": "^7.0|^8.0|^9.0",
"yajra/laravel-datatables-oracle": "^9.11.0",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0",
"yajra/laravel-datatables-oracle": "^9.11.0|^10.0",
"dyrynda/laravel-cascade-soft-deletes": "^3.0|^4.0",
"spatie/laravel-medialibrary": "^8.7.0|^9.0|^10.0",
"spatie/laravel-permission": "^3.15|^4.0|^5.0",
Expand Down

0 comments on commit f7f113b

Please sign in to comment.