Ads missing extension openssl to composer.json

This commit is contained in:
Michael Rosenberger
2018-12-03 21:37:17 +01:00
parent ec4d34d37a
commit 98120de7e1

View File

@@ -39,8 +39,9 @@
"ext-posix" : "*",
"ext-mbstring" : "*",
"ext-curl" : "*",
"ext-json" : "*"
},
"ext-json" : "*",
"ext-openssl": "*"
},
"require-dev" : {
"phpunit/phpunit" : "6.5.13",
"pdepend/pdepend" : "2.5.0",