We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388fe66 commit 7d807bcCopy full SHA for 7d807bc
composer.json
@@ -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