We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef9c32 commit 6f8524dCopy full SHA for 6f8524d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+####v1.0.2
2
+
3
+[FEATURE] Added required extensions to composer [#2](https://github.com/message/php-mime-mail-parser/pull/2)
4
5
####v1.0.1
6
7
[FIX] Corrects an issue with getting the 'text' body in some instances [#1](https://github.com/message/php-mime-mail-parser/pull/1)
README.md
@@ -3,13 +3,16 @@ php-mime-mail-parser
PHP 5.3+ Fork of http://code.google.com/p/php-mime-mail-parser
+## Contributions
+Feel free to contribute.
8
9
## Composer
10
```json
11
"require": {
- "messaged/php-mime-mail-parser": "v1.0.1"
12
+ "messaged/php-mime-mail-parser": "v1.0.2"
13
}
14
```
15
16
## Usage example
17
18
```php
0 commit comments