Skip to content

Commit

Permalink
UPDATE 📦 Allow for L11 and medialibrary 11
Browse files Browse the repository at this point in the history
ndeblauw authored Jul 16, 2024
1 parent 3ade555 commit d595398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@
],
"require": {
"php": "^7.4|^8.1",
"laravel/framework": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"laravel/framework": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"livewire/livewire": "^2.4|^2.10|^3.0",
"spatie/laravel-medialibrary": "^9.0|^10.0"
"spatie/laravel-medialibrary": "^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^8.0",

0 comments on commit d595398

Please sign in to comment.