- Fixed composer require

This commit is contained in:
Dave M. 2019-12-10 15:22:13 -05:00
parent bdaec7c7ff
commit 94e42747a4
1 changed files with 9 additions and 1 deletions

View File

@ -9,7 +9,15 @@
"email": "mcndave@gmail.com"
}
],
"require": {},
"require": {
"mcnd/picea": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/picea.git"
}
],
"autoload": {
"psr-4": {
"Picea\\Ui\\": "src/"