Skip to content

Commit

Permalink
Merge pull request #127 from Laravel-Backpack/tabacitu-patch-1
Browse files Browse the repository at this point in the history
add support for Backpack v6
  • Loading branch information
tabacitu committed Jul 1, 2023
2 parents 58c9a65 + 62ed414 commit 026b56b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"backpack/crud": "^4.0|^5.0"
"backpack/crud": "^4.0|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit" : "^9.0||^7.0",
Expand Down
1 change: 0 additions & 1 deletion src/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;
use Route;

class SettingsServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 026b56b

Please sign in to comment.