php-unicode/composer.json

19 lines
397 B
JSON

{
"name": "noccylabs/unicode",
"description": "Functions to output unicode characters to the console",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"require": {},
"autoload": {
"files": [
"lib/unicode.php"
]
}
}