forked from sirCamp/Xenapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (30 loc) · 853 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "sircamp/xenapi",
"description": "A Xen PHP API for managment of Hypervisor and their Virtual Machine for php",
"keywords": ["laravel","xen","phpxenapi","api","citrix","citrixapi","xmlrpc","vps","hypervisor"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Stefano Campese",
"email": "sircampydevelop@gmail.com",
"role": "Developer",
"homepage": "http://www.stefanocampese.xyz"
}
],
"require": {
"php": ">=5.4.0",
"respect/validation": "0.8.*",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"classmap": [
],
"psr-0": {
"Sircamp\\Xenapi\\": "src/"
}
},
"suggest": {
"nesbot/carbon": "A simple API extension for DateTime."
}
}