sudo docker run --rm -it --workdir=/src --entrypoint=composer --volume /srv/jenkins-workspace/workspace/mwgate-composer-hhvm-docker/src:/src docker-registry.wikimedia.org/releng/composer-test-hhvm:0.2.5 update --no-dev ( that is Composer version 1.6.5 2018-05-04 11:44:59 ) diff --git a/composer.lock b/composer.lock index 090e46c..d7ba79e 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "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#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "862f5aa02e7a84ce434f0dbc516b8fb4", + "content-hash": "410e0c53c6fb4a3d602cb5ecdc1e20ea", "packages": [ { "name": "composer/semver", diff --git a/composer/ClassLoader.php b/composer/ClassLoader.php index 95f7e09..dc02dfb 100644 --- a/composer/ClassLoader.php +++ b/composer/ClassLoader.php @@ -377,7 +377,7 @@ class ClassLoader $subPath = $class; while (false !== $lastPos = strrpos($subPath, '\\')) { $subPath = substr($subPath, 0, $lastPos); - $search = $subPath . '\\'; + $search = $subPath.'\\'; if (isset($this->prefixDirsPsr4[$search])) { $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); foreach ($this->prefixDirsPsr4[$search] as $dir) { diff --git a/composer/LICENSE b/composer/LICENSE index f27399a..62ecfd8 100644 --- a/composer/LICENSE +++ b/composer/LICENSE @@ -1,4 +1,3 @@ - Copyright (c) Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -