Skip to content

Commit

Permalink
Support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
maurohmartinez committed Aug 14, 2024
1 parent b14df12 commit f5eba07
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 @@ -3,8 +3,8 @@
"description": "A simple package that adds the impersonate operation for admins",
"type": "library",
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "^8.0.0|^9.0.0|^10.0.0",
"php": "^8.0",
"laravel/framework": "^8.0.0|^9.0.0|^10.0.0|^11.0.0",
"backpack/crud": "^5.0|^6.0"
},
"keywords": [
Expand Down

0 comments on commit f5eba07

Please sign in to comment.