Skip to content

Commit 67a6980

Browse files
authored
only allow Backpack v6
1 parent 47a1df5 commit 67a6980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"homepage": "https://github.com/laravel-backpack/filemanager",
1313
"keywords": ["Laravel", "FileManager"],
1414
"require": {
15-
"backpack/crud": "^5.0|^6.0|6.x-dev",
16-
"barryvdh/laravel-elfinder": "^0.5.0"
15+
"backpack/crud": "^6.0",
16+
"barryvdh/laravel-elfinder": "^0.5.2"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)