Skip to content

Commit 194abf3

Browse files
committed
Fixed typo in readme
1 parent 9558344 commit 194abf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Beautymail requires [Laravel Email Inliner](https://github.com/emilsundberg/inli
2222

2323
Edit your `composer.php` and add:
2424

25-
"Snowfire/Beautymailer": "snowfire/beautymail": "1.*"
25+
"snowfire/beautymail": "1.*"
2626

2727
Edit your `app.php` and add a new Service Provider:
2828

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"require": {
1111
"php": ">=5.4.0",
1212
"illuminate/support": "4.*",
13-
"emil/inliner": "dev-master"
13+
"emil/inliner": "1.*"
1414
},
1515
"autoload": {
1616
"psr-0": {
1717
"Snowfire\\Beautymail\\": "src/"
1818
}
1919
},
20-
"minimum-stability": "stable"
20+
"minimum-stability": "dev"
2121
}

0 commit comments

Comments
 (0)