php-age/composer.json

19 lines
446 B
JSON

{
"name": "victorwesterlund/php-age",
"description": "PHP wrapper for the age file encryption command line tool",
"type": "library",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor.vesterlund@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Age\\": "src/"
}
},
"require": {}
}