Skip to content

Commit 6f8524d

Browse files
committed
Version bump
1 parent fef9c32 commit 6f8524d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
####v1.0.1
26

37
[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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ php-mime-mail-parser
33

44
PHP 5.3+ Fork of http://code.google.com/p/php-mime-mail-parser
55

6+
## Contributions
7+
Feel free to contribute.
68

79
## Composer
810
```json
911
"require": {
10-
"messaged/php-mime-mail-parser": "v1.0.1"
12+
"messaged/php-mime-mail-parser": "v1.0.2"
1113
}
1214
```
15+
1316
## Usage example
1417

1518
```php

0 commit comments

Comments
 (0)