Skip to content

Commit

Permalink
Verrsion updated for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutkneupane committed Sep 10, 2024
1 parent 495b79f commit abc951a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
}
],
"require": {
"php": ">7.2",
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"dipesh79/laravel-user-logs": "^1.6.1",
"rap2hpoutre/laravel-log-viewer": "^2.3.0",
"spatie/laravel-medialibrary": ">=8.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
"spatie/laravel-medialibrary": "^8.0 || ^9.0",
"cviebrock/eloquent-sluggable": "^8.0 || ^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^8.19"
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit abc951a

Please sign in to comment.