30 Commits (6fef956677f0479c50bca61ad631c490b70c1e04)

Author SHA1 Message Date
Jordi Boggiano 011db77876 Output message before altering the source ref, fixes #851 12 years ago
Jordi Boggiano 9333579ef1 Notify installs via create-project 12 years ago
Jordi Boggiano 3ac11b932c Expose default repositories in system config file 12 years ago
Jordi Boggiano 4a6ae454c2 Merge remote-tracking branch 'dpb587/multiple-repos'
Conflicts:
	src/Composer/Factory.php
	src/Composer/Package/Loader/RootPackageLoader.php
	tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
12 years ago
Jordi Boggiano 6e90c0be51 CS fixes 12 years ago
Jordi Boggiano 03ded63924 Root version detection improvement, fixes #748 12 years ago
Jordi Boggiano 56b79125bf Check out the branch instead of headless commit when creating a project 12 years ago
Jordi Boggiano 356a01b480 Switch back to getOption since hasOption always returns true 12 years ago
Jordi Boggiano 99513ba52b Adjust output for create project, refs #724 12 years ago
Jordi Boggiano 713309b38c Show exact version being installed in create-project, fixes #724 12 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Johannes M. Schmitt 305b9cee9a added --dev to create-project command (closes #645) 12 years ago
Danny Berger 8d6d155153 Add internal support for multiple default composer repositories. 12 years ago
Jordi Boggiano 120171ff5a Fix create project 12 years ago
Jordi Boggiano 7837be0621 Fix creation of ComposerRepository, refs #587 12 years ago
Jordi Boggiano 48ae8bf3ec Use pathinfo instead of substr 12 years ago
Jordi Boggiano 61708a1bb1 Code cleanup 12 years ago
Luis Cordova f76c65914c cleaned up some getApplication()->getIO() into getIO()s 12 years ago
Jordi Boggiano ea2d46bcff Fix ComposerRepository calls, fixes #475 12 years ago
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 12 years ago
Michael Wallner f65fe27097 fixed create-project with json file
the create-project command tried to instantiate a FilesystemRepository
with the json file as string instead of an JsonFile instance
12 years ago
digitalkaoz 673dd6312b fluent api for installer options 12 years ago
Jordi Boggiano 5f2e42ec46 CS fixes, made EventDispatcher optional in factory method 12 years ago
Beau Simensen b1c93d1f0a Fixed unused `use` per @stof and horrible bug that made this class no longer work. 12 years ago
Beau Simensen 3352066ece Use Installer for Create Project Command. 12 years ago
Jordi Boggiano ea593fdb10 Allow autodetection of the version 12 years ago
Jordi Boggiano 347f8feeec Update docs 12 years ago
Benjamin Eberlei 36ccd38aa7 Directly install dependencies 13 years ago
Benjamin Eberlei 24de082fd5 Refactored 13 years ago
Benjamin Eberlei db64917a83 Renamed install-project to create-project to differentiate from just "install". 13 years ago