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
12
server/composer.lock
generated
12
server/composer.lock
generated
|
@ -250,12 +250,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-opencloud/openstack.git",
|
||||
"reference": "8a6ec703597f0440e558d8f1f21b2ff303117dbd"
|
||||
"reference": "15aca73f423166c7ef8337ba08615c103c66e931"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/8a6ec703597f0440e558d8f1f21b2ff303117dbd",
|
||||
"reference": "8a6ec703597f0440e558d8f1f21b2ff303117dbd",
|
||||
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/15aca73f423166c7ef8337ba08615c103c66e931",
|
||||
"reference": "15aca73f423166c7ef8337ba08615c103c66e931",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -275,7 +275,9 @@
|
|||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OpenStack\\": "src/"
|
||||
"OpenStack\\": "src/",
|
||||
"OpenStack\\Test\\": "tests/unit/",
|
||||
"OpenStack\\Integration\\": "tests/integration/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
@ -286,7 +288,7 @@
|
|||
"homepage": "https://github.com/jamiehannaford"
|
||||
}
|
||||
],
|
||||
"time": "2016-01-20 12:27:59"
|
||||
"time": "2016-01-25 10:35:10"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue