picea-ui/composer.json

27 lines
561 B
JSON
Raw Normal View History

{
"name": "mcnd/picea-ui",
"description": "A collection of various UI elements to integrate within Picea.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
2023-02-02 18:16:28 +00:00
"email": "info@mcnd.ca"
}
],
2019-12-10 20:22:13 +00:00
"require": {
"mcnd/picea": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/picea.git"
}
],
"autoload": {
"psr-4": {
"Picea\\Ui\\": "src/"
}
}
}