3594 Commits (9b70b89b8f8d60b56b5900ea232109427604c748)
 

Author SHA1 Message Date
Jordi Boggiano b519d65bff Do not throw exception on install --dev with old lock files if composer.json has no require-dev 11 years ago
Jordi Boggiano 0a561d7bf1 Merge pull request #1773 from hason/filesystem
Fix normalization of relative paths
11 years ago
Jordi Boggiano 784dd0aad0 Fix tests 11 years ago
Jordi Boggiano 9a69886a92 Add default http options to stream context, fixes #1774 11 years ago
Martin Hasoň 97f67c09e4 Fix normalization of relative paths 11 years ago
Jordi Boggiano 2b385cbe58 Fix dependency flags not applying to provides/replaces, fixes #1771 11 years ago
Jordi Boggiano 1f79f36227 Add a couple version parser tests 11 years ago
Jordi Boggiano bb9b6ddb4b Merge branch 'diag' 11 years ago
Jordi Boggiano 605cd3ddc3 Rename diag to diagnose, fix feedback 11 years ago
Šarūnas Dubinskas 29b43ca082 Moving svn driver to the last position as it causes conflicts with hg over http 11 years ago
Jordi Boggiano 7740196b13 Add docs for diag command 11 years ago
Jordi Boggiano 1060d015fb Add composer diag command to diagnose problems automatically 11 years ago
Jordi Boggiano 02f6a32d08 Fix undef var issue when removing a json config key 11 years ago
Serge Smertin 6cec5b0399 Added notice about need of zip extension 11 years ago
Serge Smertin 07920c48a6 Removed dev-master as default version for versionless artifact 11 years ago
Serge Smertin 5c46affdd5 changed documentation typo 11 years ago
Jordi Boggiano f744ec16f5 Fix normalization of relative paths going up a few dirs, fixes #1759 11 years ago
Nils Adermann 57c34033ff Merge pull request #1754 from njam/issue-1754
Fix file pattern start matching if no slash
11 years ago
Nils Adermann 7d958aeb90 Merge pull request #1764 from simonpaarlberg/patch-1
Update 02-libraries.md
11 years ago
Simon Paarlberg 235e4fa899 Update 02-libraries.md
Missing word
11 years ago
Jordi Boggiano 4a5f1babf7 Add note about package naming in VCS repos/fork, fixes #1761 11 years ago
Jordi Boggiano 692015c12b Merge pull request #1760 from gammamatrix/master
Documentation error: Replaced bad character
11 years ago
Jordi Boggiano 79100bea81 Merge pull request #1740 from Seldaek/preferstable
Add prefer-stable flag to pick stable package over unstable ones when possible
11 years ago
Jordi Boggiano a112231c55 Add prefer-stable docs 11 years ago
Jordi Boggiano b0297ef67a Add prefer-stable flag to pick stable package over unstable ones when possible 11 years ago
Jeremy Postlethwaite e16c697b4c Update custom-installers.md
Fixed documentation error.
11 years ago
Jordi Boggiano fc54a48b52 Fix archiver tests on windows 11 years ago
Jordi Boggiano 6401b6aa46 Fix handling of protocol paths like phar:// 11 years ago
Jordi Boggiano 59c4df5ba3 Merge remote-tracking branch 'hason/autoload' 11 years ago
Jordi Boggiano 83ea90296e Add COMPOSER_NO_INTERACTION env var to allow travis & others to easily make sure every composer run is non-interactive 11 years ago
Jordi Boggiano ffba012673 Merge pull request #1756 from glensc/patch-1
Update 03-cli.md
11 years ago
Jordi Boggiano 24ee9a8bf2 Merge pull request #1752 from njam/issue-1752
Link-resolve tmp dir in tests
11 years ago
Elan Ruusamäe 32601d4b52 Update 03-cli.md
config schema section anchor has changed
11 years ago
Reto Kaiser 6f72e9570c Add a / to the beginning of a file matchin pattern if no / in rule.
See https://www.kernel.org/pub/software/scm/git/docs/gitignore.html
11 years ago
Reto Kaiser 918a55659e Call realpath() on result of sys_get_temp_dir()
On OSX the temp dir is within /var, which is a symlink to /private/var.
If this is not resolved, the comparison will fail when comparing to the result of `git archive` in testGitExcludes().
11 years ago
Jordi Boggiano 83084eedf9 Skip update whitelist warning for "nothing" and "lock" 11 years ago
Martin Hasoň 3499610631 Fixed tests for autoloader generator 11 years ago
Martin Hasoň 48444a028c Added support for vendor dir excluded from working dir 11 years ago
Martin Hasoň 0851ef1afb Fixed behaviour of Filesystem::findShortestPath[Code] for paths with up-level references 11 years ago
Serge Smertin b0aa98f287 modified test in order not to depend on sorting order 11 years ago
Serge Smertin ac75a9e6d8 travis locale version order fixed 11 years ago
Serge Smertin b5e1457470 set version to dev-master to artifacts without version 11 years ago
Serge Smertin d45844fb63 added fixture dummy artifacts 11 years ago
Serge Smertin f25bfe09c5 added support for nested location of composer.json files within artifacts 11 years ago
Serge Smertin 83bb38de56 added documentation entry about artifact usage 11 years ago
Serge Smertin 586911f7a1 added verbose logging for artifact directory scan 11 years ago
Serge Smertin 0aad11801e added logging for wrong files 11 years ago
Serge Smertin 4b176f11f2 added artifact repository initial functionality 11 years ago
Jordi Boggiano e1eb35455f Merge pull request #1743 from sandermarechal/abs-path
Fix shortest absolute paths from cwd to classmap path
11 years ago
Sander Marechal 132f2a9d5d Cache getcwd() result 11 years ago