mirror of
https://codeberg.org/vlw/php-age.git
synced 2025-09-13 16:03:42 +02:00
19 lines
446 B
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": {}
|
|
}
|