{ "name": "cijber/copenssl", "description": "C binding to OpenSSL with FFI", "type": "library", "require": { "ext-FFI": "*", "php": "^7.4" }, "require-dev": { "phpstan/phpstan": "^0.11.19", "phpunit/phpunit": "^8.4" }, "autoload": { "psr-4": { "Cijber\\": "src/" } }, "license": "GPLv3", "authors": [ { "name": "eater", "email": "=@eater.me" } ] }