Skip to content

Commit f5aa9e2

Browse files
authored
Update README.md
1 parent 0c50103 commit f5aa9e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Install using composer
2424
```sh
2525
composer require hfig/mapi
2626

27+
# our dependency pear/ole has an unresolved dependency currently
28+
# therefore you need to install one of these explicitly:
29+
composer require pear/pear-core-minimal
30+
# or
31+
composer require pear/pear-core
32+
2733
# needed if you want to convert to MIME format
2834
composer require swiftmailer/swiftmailer
2935
```

0 commit comments

Comments
 (0)