2370 Commits (7b00dfab4c30fa4eeb363b8f5aaed0c063139c50)
 

Author SHA1 Message Date
Joshua Estes 7b00dfab4c updated value argument to be array 12 years ago
Joshua Estes 3c5500aa95 updated a few things, works a little nicer, but still not yet to the point where it should be 12 years ago
Joshua Estes 6386921f99 deleted the repository, added a config command that current will just list the config for either file and open vim to edit the file 12 years ago
Joshua Estes 457d0aac94 cleaned up and added more comments 12 years ago
Joshua Estes 7be31e12ec add a repository in either the global config or the local composer.json file 12 years ago
Joshua Estes e416d451c1 blah, don't need that 12 years ago
Joshua Estes ec71674826 added empty configuration command and updated the application class to pull it in for display 12 years ago
Jordi Boggiano aedeb0f4e9 Merge pull request #1166 from stloyd/patch-1
Add missing `use` in HgDriver
12 years ago
Joseph Bielawski 4772db1460 Add missing `use` in HgDriver
Closes #1165
12 years ago
Jordi Boggiano ce31449b2d Fix calls to non existing method, fixes #1154 12 years ago
Jordi Boggiano ba2d7081bc Merge remote-tracking branch 'origin/master' 12 years ago
Jordi Boggiano 027037bb9f Fix dist urls for lock files and hardcoded references 12 years ago
Jordi Boggiano 8a35353e8d Allow dist installs for dev packages that do not have a source setup 12 years ago
Jordi Boggiano 5b1782970f Fix test for new lock format 12 years ago
Jordi Boggiano beb8e0ab97 Update dist reference as well as source ref 12 years ago
Jordi Boggiano a9afa8bc1f Merge remote-tracking branch 'mheleniak/prefer_dist' and fix dists
Conflicts:
	src/Composer/Installer.php
	src/Composer/Package/Locker.php
12 years ago
Jordi Boggiano 2854df2698 Merge pull request #1131 from cs278/fix-loader-timezone-issue
Fix unintentional manipulation of release dates
12 years ago
Chris Smith 8961c687ee Fix unintentional manipulation of release dates 12 years ago
Jordi Boggiano 6bd7ca0230 Fix typos and simplify code 12 years ago
Jordi Boggiano 35245eb817 Add support for local urls and better error reporting to HgDriver 12 years ago
Jordi Boggiano a35e68670a Merge pull request #1128 from hason/dumper
Added support for the root package in the array dumper
12 years ago
Martin Hasoň 29034ea3e0 Added support for the root package in the array dumper 12 years ago
Jordi Boggiano 8d7e5cdda5 Fix target-dir with multiple slashes too 12 years ago
Jordi Boggiano a9195eb05f Add a couple test cases 12 years ago
Jordi Boggiano f377e9ca87 Fix possible vendor-dir "evasion" via target-dir 12 years ago
Jordi Boggiano ebc9c73008 Merge remote-tracking branch 'TheFootballSocialClub/loader-singleton' 12 years ago
Jordi Boggiano 0929f25945 Fix typo 12 years ago
Nils Adermann bcf75024c8 Merge pull request #1110 from derrabus/working-dir-feature
Added global --working-dir option
12 years ago
Alexander M. Turek 6f317b7a6b Switch working directory according to --working-dir option. 12 years ago
Alexander M. Turek 4ac678454d Added --working-dir to definition. 12 years ago
Nils Adermann 3fa9f10184 Merge pull request #1109 from Seldaek/newlock
Use only the locked repository when possible for better performance
12 years ago
Jordi Boggiano 536563dc2a Rename method 12 years ago
Jordi Boggiano 418e876e8a Use only the locked repository when possible for better performance 12 years ago
Nils Adermann cf029cab86 Merge pull request #1108 from Seldaek/newlock
Update lock file to contain the complete package info, fixes #890
12 years ago
Jordi Boggiano 83239aa338 Update lock file to contain the complete package info, fixes #890 12 years ago
Adrien Brault fd58c24a9f ComposerAutoloaderInitXXX::getLoader behaves like a ClassLoader singleton
Calling ComposerAutoloaderInit::getLoader twice when a package requires a .php file containing functions, lead to the functions to be declared twice, and cause an error.

In my case, using behat + symfony2extension + assetic, the error that occured:

PHP Fatal error:  Cannot redeclare assetic_init() (previously declared in vendor/kriswallsmith/assetic/src/functions.php:20) in /vendor/kriswallsmith/assetic/src/functions.php on line 26

Fatal error: Cannot redeclare assetic_init() (previously declared in /vendor/kriswallsmith/assetic/src/functions.php:20) in /vendor/kriswallsmith/assetic/src/functions.php on line 26
12 years ago
Jordi Boggiano 02917bd892 Merge pull request #1102 from fortrabbit/frbit-namesearch
Search only in name
12 years ago
Ulrich Kautz ccf2539462 Search only in name 12 years ago
Jordi Boggiano ab1c7fbb9b Clarify docs about stability, fixes #1094 12 years ago
Jordi Boggiano 73c9bb8899 Merge pull request #1095 from pborreli/patch-2
Fixed typo
12 years ago
Jordi Boggiano 59dd4ab6eb Merge pull request #1093 from armetiz/patch-1
Missing alpha example
12 years ago
Jordi Boggiano a589a47468 Merge pull request #1088 from mheleniak/bat_file_fix
fixed generated windows proxy file for *.exe
12 years ago
Pascal Borreli 9c76d89121 Fixed typo 12 years ago
Thomas Tourlourat a836f82ddc Missing alpha example
Also missing the "-" for alphaN.
12 years ago
Jordi Boggiano 9798361937 Merge pull request #1040 from igorw/make-pdf
Script to generate PDF from docs
12 years ago
Mateusz Heleniak 4e638009ab fixed generated windows proxy file for *.exe 12 years ago
Igor Wiedler 9a13118ba3 Remove make-pdf script, it will be moved to the getcomposer.org repo 12 years ago
Jordi Boggiano d3d35f24a1 Trim query strings from dist filenames, fixes #1087 12 years ago
Jordi Boggiano c14826dd1e Fix exception handling when loading repos 12 years ago
Jordi Boggiano 5b9f190bcd Make sure invalid authors are purged 12 years ago