From eac860ce5092c301068725e5743561c598e924f0 Mon Sep 17 00:00:00 2001 From: josselin Date: Mon, 25 Jan 2016 22:00:35 +0100 Subject: Try to correct the error with php-opencloud import --- server/composer.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'server/composer.lock') diff --git a/server/composer.lock b/server/composer.lock index e8976df..d8a8c3a 100644 --- a/server/composer.lock +++ b/server/composer.lock @@ -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", -- cgit v1.2.3