ulmus-api/composer.json

28 lines
585 B
JSON
Raw Permalink Normal View History

2023-10-20 23:47:23 +00:00
{
"name": "mcnd/ulmus-api",
"description": "A library easing works with external APIs and their rules.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
2023-10-27 22:33:33 +00:00
"ext-curl": "*",
2023-10-20 23:47:23 +00:00
"mcnd/ulmus": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.mcnd.ca/mcNdave/ulmus.git"
2023-10-20 23:47:23 +00:00
}
],
"autoload": {
"psr-4": {
"Ulmus\\Api\\": "src/"
}
}
}