asset-php/composer.json
2024-03-20 01:02:43 +02:00

20 lines
369 B
JSON

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