Skip to content

Commit

Permalink
Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutkneupane committed Jun 18, 2024
1 parent 152a841 commit b41df23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
}
],
"require": {
"php": "^8.1",
"dipesh79/laravel-user-logs": "^1.4.2",
"php": "^8.1|^8.2",
"dipesh79/laravel-user-logs": "^1.6.1",
"rap2hpoutre/laravel-log-viewer": "^2.3.0",
"spatie/laravel-medialibrary": "^10.0",
"cviebrock/eloquent-sluggable": "^10.0"
"spatie/laravel-medialibrary": "^10.0|^11.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
Expand Down

0 comments on commit b41df23

Please sign in to comment.