Skip to content

Commit 4fbc370

Browse files
committed
Require ext-openssl for Box attachment example in USE_CASES.md
1 parent fc84134 commit 4fbc370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"sendgrid/php-http-client": "~3.9",
1717
"ext-curl": "*",
1818
"ext-json": "*",
19-
"ext-mbstring": "*"
19+
"ext-mbstring": "*",
20+
"ext-openssl": "*"
2021
},
2122
"require-dev": {
2223
"phpunit/phpunit": "^5.7.9 || ^6.4.3",

0 commit comments

Comments
 (0)