Skip to content

Commit

Permalink
feat(compatibility): add support for Laravel 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy ARGOUD committed Mar 24, 2023
1 parent 7bad282 commit a65ee82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-backpack-export` will be documented in this file

## 1.0.2 - 2023-03-24

- Add support for Laravel 9 and 10

## 1.0.1 - 2022-04-05

- Add support for Backpack 5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.2|^8.0",
"backpack/crud": "^4.0|^5.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"maatwebsite/excel": "^3.1"
},
"autoload": {
Expand Down

0 comments on commit a65ee82

Please sign in to comment.