Skip to content

Commit

Permalink
🔖 Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exodusanto committed Feb 28, 2020
2 parents a79bd62 + d51002c commit d4e6894
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-concierge` will be documented in this file

## 0.4.0 - 2020-02-28

- add laravel 7 support

## 0.3.2 - 2020-02-01

- add "@concierge" blade directive
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",
"doctrine/dbal": "^2.10",
"illuminate/support": "^6.0"
"illuminate/support": "^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
Expand Down

0 comments on commit d4e6894

Please sign in to comment.