New library
This commit is contained in:
parent
c8d1eeda92
commit
d69adc4f9d
4 changed files with 103 additions and 6 deletions
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\\Integration\\' => array($vendorDir . '/php-opencloud/openstack/tests/integration'),
|
||||
'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'),
|
||||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||||
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue