You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
422 B
JSON

{
"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"
}
]
}