picea-ui/composer.json

19 lines
392 B
JSON

{
"name": "mcnd/picea-ui",
"description": "A collection of various UI elements to integrate within Picea.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Picea\\Ui\\": "src/"
}
}
}