Skip to content

Commit

Permalink
Merge pull request #8 from rsvpify/task/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10 compatibility
  • Loading branch information
sanilmusic authored Apr 7, 2023
2 parents 28307a6 + 8150ac3 commit ab78993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"incentfit/inky": "1.3.6.5",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "^5.7|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/rsvpify/laravel-inky/workflows/Testing%20Laravel%20Package/badge.svg)](https://github.com/rsvpify/laravel-inky/actions)

Allows you to use Foundation's [Inky](http://foundation.zurb.com/emails/docs/inky.html) email templates nicely in Laravel 6-9.
Allows you to use Foundation's [Inky](http://foundation.zurb.com/emails/docs/inky.html) email templates nicely in Laravel 6-10.

Any views with a `.inky.php` extension will be compiled with both Inky and Blade, allowing you to use both templating engines seamlessly together. CSS is automatically inlined so styles work in email clients that don't support external stylesheets.

Expand Down

0 comments on commit ab78993

Please sign in to comment.