Skip to content

Commit ee76313

Browse files
committed
add openssl dependency
1 parent cf34672 commit ee76313

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
@@ -15,7 +15,8 @@
1515
"require": {
1616
"php": ">=5.4",
1717
"kriswallsmith/buzz": ">=0.6",
18-
"mdanter/ecc": "^0.3.0"
18+
"mdanter/ecc": "^0.3.0",
19+
"lib-openssl": "*"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "4.8.*"

0 commit comments

Comments
 (0)