1
0
Fork 0
pull/4849/head
Bilal Amarni 2016-01-29 17:13:44 +01:00
parent 7c3e621102
commit cc75946ef2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* Added --strict to the `validate` command to treat any warning as an error that then returns a non-zero exit code
* Added a dependency on composer/semver, which is the externalized lib for all the version constraints parsing and handling
* Added support for classmap autoloading to load plugin classes and script handlers
* Added `bin-compat` config option that if set to `full` will create .bat proxy for binaries even if Compoesr runs in a linux VM
* Added `bin-compat` config option that if set to `full` will create .bat proxy for binaries even if Composer runs in a linux VM
* Added SPDX 2.0 support, and externalized that in a composer/spdx-licenses lib
* Added warnings when the classmap autoloader finds duplicate classes
* Added --file to the `archive` command to choose the filename

View File

@ -199,7 +199,7 @@ class Factory
}
if ($io && $io->isDebug()) {
$io->writeError('Loading auth config from COMPOESR_AUTH');
$io->writeError('Loading auth config from COMPOSER_AUTH');
}
$config->merge(array('config' => $authData));
}