1674 Commits (2c9e43737e495e6f93d9ac0266a64bc9356e25d3)
 

Author SHA1 Message Date
Jordi Boggiano 41bd845c54 Merge pull request #634 from igorw/bin-relative-symlink
[Installer] Make bin symlinks relative, closes #620
12 years ago
Igor Wiedler 8d71030cc1 [Installer] Classic var_dump must be removed 12 years ago
Igor Wiedler aa4ececa2a [Installer] Make bin symlinks relative, closes #620 12 years ago
Jordi Boggiano 54f2e8fb45 Merge pull request #633 from igorw/fix-installer-remove-bins
[Installer] Fix removeBinaries, closes #567
12 years ago
Igor Wiedler b83422b051 [Installer] Fix removeBinaries, closes #567 12 years ago
Jordi Boggiano f5ea87e855 Merge pull request #632 from igorw/no-suggest-installed
Do not suggest packages that were installed
12 years ago
Igor Wiedler 1e23354666 Do not suggest packages that were installed 12 years ago
Jordi Boggiano 8ff497ac6f Skip filter_var on 5.3.2 since it is buggy 12 years ago
Igor Wiedler 0995933183 Do not install root package as a vendor if some dependency requires it, closes #480
Also add some tests for the installer.
12 years ago
Jordi Boggiano ed8aa8322a Do not prevent updates if untracked files are present 12 years ago
Jordi Boggiano 0e9f88a3da Fix DownloadManagerTest creating directories on disk 12 years ago
Jerome Tamarelle 610f15a768 Fix unit tests for VcsRepository 12 years ago
Jerome Tamarelle 1139b5c306 Protect composer home against web access 12 years ago
Jerome Tamarelle f0ea097134 Remove umask 12 years ago
Jerome Tamarelle 8b408449f6 Create ~/.composer/cache.hg directory if not exists 12 years ago
Jerome Tamarelle 23ef8a419a Fix var scope in HgDriver 12 years ago
Jérôme Tamarelle d200481037 Fix tmp dir for HgDriver 12 years ago
Jerome Tamarelle cc6e1397b2 Fix var scope 12 years ago
Jerome Tamarelle da823f5f19 Store vcs repositories in composer home to prevent permission issues 12 years ago
Jerome Tamarelle 949728f812 Remove redundant __contruct from VcsDriver implementations and move init code to initialize method 12 years ago
Jerome Tamarelle 017ebabcb5 Pass composer configuration to VcsDriver 12 years ago
Jerome Tamarelle d489d2aa3c Store cached git repositories in user HOME to avoid file permission issues 12 years ago
Jordi Boggiano 939c745a9a Improvements to autoload docs 12 years ago
Jordi Boggiano fb0d89cce5 Merge pull request #630 from dpb587/fix-implicit-proxy-ports
Add default http(s) ports to proxy configuration if they are missing.
12 years ago
Danny Berger e7ba0c38a8 Add default http(s) ports to proxy configuration if they are missing. 12 years ago
Jordi Boggiano 762f469cd9 Merge pull request #626 from igorw/notify-and-repo-docs
[docs] Notify, composer repository spec, COMPOSER_HOME, aliases
12 years ago
Igor Wiedler 6a1843da38 [docs] Change alias article according to comments
1.0.x-dev alias is safer than 1.0-dev. require-dev is also supported.
Clarify that inline aliases are for matching constraints of deps.
Tell users to avoid inline aliasing if possible.
12 years ago
Igor Wiedler 3b40771089 [docs] Remove false information about recursive include fields 12 years ago
Igor Wiedler 8dd2a72e8d [docs] Remove mentions of version_normalized
People will get it wrong so it would possibly cause more harm than good
12 years ago
Igor Wiedler 21b39f8e87 [docs] Clarify that there is no cross-repo leakage with notify 12 years ago
Igor Wiedler bca2ab7836 [docs] Correct default process timeout 12 years ago
Igor Wiedler 1d3fd25cf2 [docs] Improve description of COMPOSER_HOME 12 years ago
Igor Wiedler 7b882479a7 [docs] Aliases: branch-alias and inline aliasing 12 years ago
Igor Wiedler b14aac84ae [docs] Document COMPOSER_HOME 12 years ago
Igor Wiedler f6259263ad [docs] Update composer repository specification 12 years ago
Igor Wiedler f519636094 [docs] Document the notify-on-install config option 12 years ago
Jordi Boggiano 59a4156f2c Update lock 12 years ago
Jordi Boggiano 70ad8274cd Work around poorly configured php 12 years ago
Jordi Boggiano 66a202083e Add IOInterface::isDecorated() 12 years ago
Nils Adermann 540f9a09b2 Merge pull request #606 from Seldaek/aliasprio
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
12 years ago
Jordi Boggiano 903facd64f Make sure the anti-aliased package contains the alias info from the correct alias 12 years ago
Jordi Boggiano cc3d91f75c Make sure aliased packages created by the locker are available in the pool 12 years ago
Jordi Boggiano aff7745231 Fix target-dir autoloader 12 years ago
Jordi Boggiano 6a50dbd46d Error out on wrong bin config 12 years ago
Jordi Boggiano ebf78135c9 Rename method 12 years ago
Jordi Boggiano 15ab5868a3 Move composer metafiles back in a composer dir, except autoload.php 12 years ago
Jordi Boggiano 06fb1b8083 Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576 12 years ago
Jordi Boggiano 870d745475 Show real version instead of self.version in suggest 12 years ago
Nils Adermann e74e218bdb Merge pull request #602 from Seldaek/target_dir_autoload
Target dir autoloading for root packages, fixes #139
12 years ago
Jordi Boggiano ab0ced493c Make sure BC dir exists 12 years ago