asset-php/composer.json
2024-03-14 22:17:35 +02:00

18 lines
325 B
JSON

{
"name": "openlegends/asset",
"description": "Game Assets for OpenLegends",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"OpenLegends\\Asset\\": "src/"
}
},
"authors": [
{
"name": "OpenLegends"
}
],
"require": {}
}