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.
27 lines
475 B
JSON
27 lines
475 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",
|
|
"friendsofphp/php-cs-fixer": "^2.16"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cijber\\": "src/"
|
|
}
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "eater",
|
|
"email": "=@eater.me"
|
|
}
|
|
]
|
|
}
|