We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9558344 commit 194abf3Copy full SHA for 194abf3
README.md
@@ -22,7 +22,7 @@ Beautymail requires [Laravel Email Inliner](https://github.com/emilsundberg/inli
22
23
Edit your `composer.php` and add:
24
25
- "Snowfire/Beautymailer": "snowfire/beautymail": "1.*"
+ "snowfire/beautymail": "1.*"
26
27
Edit your `app.php` and add a new Service Provider:
28
composer.json
@@ -10,12 +10,12 @@
10
"require": {
11
"php": ">=5.4.0",
12
"illuminate/support": "4.*",
13
- "emil/inliner": "dev-master"
+ "emil/inliner": "1.*"
14
},
15
"autoload": {
16
"psr-0": {
17
"Snowfire\\Beautymail\\": "src/"
18
}
19
20
- "minimum-stability": "stable"
+ "minimum-stability": "dev"
21
0 commit comments