Skip to content

Commit 7d807bc

Browse files
author
cp6
committed
Added composer support
Added composer support
1 parent 388fe66 commit 7d807bc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "corbpie/vultr-api-v2",
3+
"description": "Simple Vultr API V2 PHP class framework.",
4+
"type": "library",
5+
"license": "MIT",
6+
"minimum-stability": "stable",
7+
"authors": [
8+
{
9+
"name": "corbpie",
10+
"email": "contact@corbpie.com"
11+
}
12+
],
13+
"repositories": [
14+
{
15+
"type": "vcs",
16+
"url": "https://github.com/cp6/Vultr-API-PHP-class"
17+
}
18+
],
19+
"require": {
20+
"php": ">=7.4"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"Corbpie\\VultrAPIv2\\": "src/"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)