mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 04:54:15 +00:00
20 lines
369 B
JSON
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"
|
|
}
|
|
}
|