Try to correct the error with php-opencloud import
This commit is contained in:
parent
5466ce78f0
commit
eac860ce50
4 changed files with 145 additions and 139 deletions
2
server/vendor/composer/autoload_psr4.php
vendored
2
server/vendor/composer/autoload_psr4.php
vendored
|
@ -7,6 +7,8 @@ $baseDir = dirname($vendorDir);
|
|||
|
||||
return array(
|
||||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
|
||||
'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'),
|
||||
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
|
||||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue