Skip to content

Commit c500fba

Browse files
authored
Merge pull request #22 from Laravel-Backpack/laravel-9-support
Laravel v9 support
2 parents f3f5386 + 3df9d61 commit c500fba

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": "^4.1|^5.0",
16-
"barryvdh/laravel-elfinder": "^0.4.5"
15+
"backpack/crud": "^5.0",
16+
"barryvdh/laravel-elfinder": "^0.5.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)