Skip to content

Commit

Permalink
Merge pull request rsvpify#5 from rsvpify/laravel-7x
Browse files Browse the repository at this point in the history
Support for laravel 7 in dependencies
  • Loading branch information
dvanscott authored Apr 15, 2020
2 parents 70327d8 + b254154 commit 8e02cae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rsvpify/laravel-inky",
"description": "Foundation Inky email templates in Laravel",
"version": "0.7.0",
"keywords": ["foundation", "inky", "laravel"],
"license": "MIT",
"authors": [
Expand All @@ -11,8 +12,8 @@
],
"require": {
"incentfit/inky": "1.3.6.5",
"illuminate/support": "^5.7|^6.0",
"illuminate/view": "^5.7|^6.0",
"illuminate/support": "^5.7|^6.0|^7.0",
"illuminate/view": "^5.7|^6.0|^7.0",
"symfony/dom-crawler": "^2.7|^3.0|^4.0",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
Expand Down

0 comments on commit 8e02cae

Please sign in to comment.