Skip to content

Commit

Permalink
Backpack CRUD 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
promatik committed Aug 19, 2023
1 parent b920ae4 commit 9e05c7b
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 470 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "~10",
"backpack/backupmanager": "^4.0",
"backpack/crud": "^5.5.0",
"backpack/pro": "^1.6.0",
"backpack/filemanager": "^2.0",
"backpack/langfilemanager": "^4.0",
"backpack/logmanager": "^4.0",
"backpack/backupmanager": "^4.0|^5.0",
"backpack/crud": "^5.5.0|^6.1",
"backpack/pro": "^1.6.0|^2.0",
"backpack/filemanager": "^2.0|^3.0",
"backpack/langfilemanager": "^4.0|^5.0",
"backpack/logmanager": "^4.0|^5.0",
"backpack/pagemanager": "^3.0",
"backpack/permissionmanager": "^6.0",
"backpack/permissionmanager": "^6.0|^7.0",
"backpack/settings": "^3.0",
"barryvdh/laravel-elfinder": "^0.5.1",
"laravel/framework": "^10.0",
Expand All @@ -34,14 +34,15 @@
"spatie/laravel-translatable": "^6.1"
},
"require-dev": {
"backpack/generators": "^3.0",
"backpack/generators": "^3.0|^4.0",
"barryvdh/laravel-debugbar": "^3.2",
"fakerphp/faker": "^1.14",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0",
"zanysoft/laravel-zip": "^2.0"
"zanysoft/laravel-zip": "^2.0",
"rector/rector": "^0.18.0"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit 9e05c7b

Please sign in to comment.