ulmus-api/composer.json

27 lines
559 B
JSON
Raw 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": {
"mcnd/ulmus": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/ulmus.git"
}
],
"autoload": {
"psr-4": {
"Ulmus\\Api\\": "src/"
}
}
}