Skip to content

Commit

Permalink
backpack v6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
siberfx committed Jul 16, 2023
1 parent 8e73a30 commit d1ad0fd
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
Expand Up @@ -22,9 +22,9 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"backpack/crud": "^5.2",
"illuminate/support": "^8.0|^9.0|^10.0"
"php": "^8.1|^8.2",
"backpack/crud": "^6.0",
"illuminate/support": "^9.0|^10.0"
},
"minimum-stability": "dev",
"config": {
Expand Down

0 comments on commit d1ad0fd

Please sign in to comment.