New library
This commit is contained in:
parent
c8d1eeda92
commit
d69adc4f9d
4 changed files with 103 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"php-opencloud/openstack": "dev-master"
|
"php-opencloud/openstack": "dev-master",
|
||||||
|
"php-opencloud/common": "dev-master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
54
server/composer.lock
generated
54
server/composer.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "e7cbd5d3df36fb1a3f3378b837068196",
|
"hash": "7647ed348aee68f2db6b71e4d2fb1fe7",
|
||||||
"content-hash": "125e4702f7a417475a4150c889ac6c3d",
|
"content-hash": "82731500d050a65f09e92b70c1f96ea9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
|
@ -244,6 +244,51 @@
|
||||||
],
|
],
|
||||||
"time": "2016-01-25 15:43:01"
|
"time": "2016-01-25 15:43:01"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "php-opencloud/common",
|
||||||
|
"version": "dev-master",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/php-opencloud/common.git",
|
||||||
|
"reference": "fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/php-opencloud/common/zipball/fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62",
|
||||||
|
"reference": "fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"guzzlehttp/guzzle": "~6.1",
|
||||||
|
"justinrainbow/json-schema": "~1.3",
|
||||||
|
"php": "~7.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"fabpot/php-cs-fixer": "~1.0",
|
||||||
|
"jakub-onderka/php-parallel-lint": "0.*",
|
||||||
|
"phpunit/phpunit": "~4.0",
|
||||||
|
"psr/log": "~1.0",
|
||||||
|
"sami/sami": "dev-master",
|
||||||
|
"satooshi/php-coveralls": "~1.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"OpenCloud\\": "src/",
|
||||||
|
"OpenCloud\\Test\\": "tests/unit/",
|
||||||
|
"OpenCloud\\Integration\\": "tests/integration/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jamie Hannaford",
|
||||||
|
"email": "jamie.hannaford@rackspace.com",
|
||||||
|
"homepage": "https://github.com/jamiehannaford"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2016-03-08 12:56:34"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "php-opencloud/openstack",
|
"name": "php-opencloud/openstack",
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
|
@ -254,7 +299,7 @@
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/15aca73f423166c7ef8337ba08615c103c66e931",
|
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/f2ee77024843659d970817a9e7055bb40a3724f9",
|
||||||
"reference": "15aca73f423166c7ef8337ba08615c103c66e931",
|
"reference": "15aca73f423166c7ef8337ba08615c103c66e931",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
|
@ -344,7 +389,8 @@
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"php-opencloud/openstack": 20
|
"php-opencloud/openstack": 20,
|
||||||
|
"php-opencloud/common": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
|
3
server/vendor/composer/autoload_psr4.php
vendored
3
server/vendor/composer/autoload_psr4.php
vendored
|
@ -10,6 +10,9 @@ return array(
|
||||||
'OpenStack\\Test\\' => array($vendorDir . '/php-opencloud/openstack/tests/unit'),
|
'OpenStack\\Test\\' => array($vendorDir . '/php-opencloud/openstack/tests/unit'),
|
||||||
'OpenStack\\Integration\\' => array($vendorDir . '/php-opencloud/openstack/tests/integration'),
|
'OpenStack\\Integration\\' => array($vendorDir . '/php-opencloud/openstack/tests/integration'),
|
||||||
'OpenStack\\' => array($vendorDir . '/php-opencloud/openstack/src'),
|
'OpenStack\\' => array($vendorDir . '/php-opencloud/openstack/src'),
|
||||||
|
'OpenCloud\\Test\\' => array($vendorDir . '/php-opencloud/common/tests/unit'),
|
||||||
|
'OpenCloud\\Integration\\' => array($vendorDir . '/php-opencloud/common/tests/integration'),
|
||||||
|
'OpenCloud\\' => array($vendorDir . '/php-opencloud/common/src'),
|
||||||
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
|
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
|
||||||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||||||
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
||||||
|
|
49
server/vendor/composer/installed.json
vendored
49
server/vendor/composer/installed.json
vendored
|
@ -178,7 +178,7 @@
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/15aca73f423166c7ef8337ba08615c103c66e931",
|
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/f2ee77024843659d970817a9e7055bb40a3724f9",
|
||||||
"reference": "15aca73f423166c7ef8337ba08615c103c66e931",
|
"reference": "15aca73f423166c7ef8337ba08615c103c66e931",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
|
@ -342,5 +342,52 @@
|
||||||
"stream",
|
"stream",
|
||||||
"uri"
|
"uri"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "php-opencloud/common",
|
||||||
|
"version": "dev-master",
|
||||||
|
"version_normalized": "9999999-dev",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/php-opencloud/common.git",
|
||||||
|
"reference": "fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/php-opencloud/common/zipball/fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62",
|
||||||
|
"reference": "fd027b817c3dd8f83b0c8d9fb1df34ebf25f8c62",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"guzzlehttp/guzzle": "~6.1",
|
||||||
|
"justinrainbow/json-schema": "~1.3",
|
||||||
|
"php": "~7.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"fabpot/php-cs-fixer": "~1.0",
|
||||||
|
"jakub-onderka/php-parallel-lint": "0.*",
|
||||||
|
"phpunit/phpunit": "~4.0",
|
||||||
|
"psr/log": "~1.0",
|
||||||
|
"sami/sami": "dev-master",
|
||||||
|
"satooshi/php-coveralls": "~1.0"
|
||||||
|
},
|
||||||
|
"time": "2016-03-08 12:56:34",
|
||||||
|
"type": "library",
|
||||||
|
"installation-source": "source",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"OpenCloud\\": "src/",
|
||||||
|
"OpenCloud\\Test\\": "tests/unit/",
|
||||||
|
"OpenCloud\\Integration\\": "tests/integration/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jamie Hannaford",
|
||||||
|
"email": "jamie.hannaford@rackspace.com",
|
||||||
|
"homepage": "https://github.com/jamiehannaford"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue