Skip to content

Commit 692ff02

Browse files
authored
Merge pull request #23 from ChristianVermeulen/patch-1
Make package available for php 8
2 parents b21770c + f0813eb commit 692ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Pure PHP library for reading and manipulating Microsoft Outlook .msg messages (MAPI documents)",
44
"license": "MIT",
55
"require": {
6-
"php": "^7.1",
6+
"php": "^7.1||^8.0",
77
"ext-bcmath": "*",
88
"ext-mbstring": "*",
99
"pear/ole": "^1.0.0RC8",

0 commit comments

Comments
 (0)