ulmus-api-gitea/composer.json

32 lines
699 B
JSON
Raw Permalink Normal View History

2023-10-26 16:22:35 +00:00
{
"name": "mcnd/ulmus-api-gitea",
"description": "A package made for mcnd/ulmus-api",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
"mcnd/ulmus": "dev-master",
"mcnd/ulmus-api": "dev-master"
2023-10-26 16:22:35 +00:00
},
"repositories": [
{
"type": "vcs",
"url": "https://git.mcnd.ca/mcndave/ulmus.git"
},
{
"type": "vcs",
"url": "https://git.mcnd.ca/mcndave/ulmus-api.git"
}
],
"autoload": {
"psr-4": {
"Ulmus\\Api\\Gitea\\": "src/"
2023-10-26 16:22:35 +00:00
}
}
}