1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
Commit graph

955 commits

Author SHA1 Message Date
Jordi Boggiano
8ff497ac6f Skip filter_var on 5.3.2 since it is buggy 2012-04-27 14:04:39 +02:00
Danny Berger
8d6d155153 Add internal support for multiple default composer repositories. 2012-04-26 20:41:45 -04:00
Jordi Boggiano
4a55d85a2d Respect umask in chmod calls 2012-04-19 20:03:09 +02:00
Jordi Boggiano
120171ff5a Fix create project 2012-04-19 19:45:26 +02:00
Jordi Boggiano
7837be0621 Fix creation of ComposerRepository, refs #587 2012-04-17 10:51:44 +02:00
Jordi Boggiano
4cc45d3c37 Add require-dev and other missing links in show command 2012-04-17 10:32:35 +02:00
Povilas Balzaravicius Pawka
443ce65765 Fix fatal on show command 2012-04-17 09:27:41 +03:00
Jordi Boggiano
7f0a0857c0 Catch PharException as well in self-update failures 2012-04-16 16:01:33 +02:00
Jordi Boggiano
a9ccfeb548 chmod new file when running self-update 2012-04-16 14:40:45 +02:00
Jordi Boggiano
7b87d2b573 Fix self-update saying the download is corrupt when it isn't 2012-04-15 18:14:33 +02:00
Jordi Boggiano
d1f66073ca Update depends command 2012-04-14 23:53:12 +02:00
Jordi Boggiano
53191eb0fe Remove recommend, make suggest informational, add require-dev, fixes #78, fixes #510 2012-04-14 23:38:05 +02:00
H. Westphal
397fa05c5b Validate the integrity of the downloaded phar before overwriting 2012-04-14 16:14:08 +02:00
Jordi Boggiano
48ae8bf3ec Use pathinfo instead of substr 2012-04-09 16:46:25 +02:00
Jordi Boggiano
61708a1bb1 Code cleanup 2012-04-09 16:07:10 +02:00
Jordi Boggiano
278f0ec350 Fix git config parsing, fixes #525 2012-04-08 22:18:08 +02:00
Peter O'Callaghan
579b86ec27 Allows apostrophe (and single quote, since this is often used in lieu) in author name. 2012-04-08 20:16:50 +02:00
Jérémy Romey
260d7d434f Add a command for adding package to composer.json
Updated doc for require command
2012-04-03 13:49:42 +02:00
Luis Cordova
f76c65914c cleaned up some getApplication()->getIO() into getIO()s 2012-03-23 14:57:43 -05:00
Igor Wiedler
0fe90c5d87 update some links to point to getcomposer.org 2012-03-23 09:08:52 +01:00
Jordi Boggiano
ea2d46bcff Fix ComposerRepository calls, fixes #475 2012-03-20 17:42:37 +01:00
Nils Adermann
366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
2012-03-18 15:18:40 -07:00
Jordi Boggiano
b12e73792c Handle SolverProblemException nicer 2012-03-18 22:43:07 +01:00
Jordi Boggiano
7f65dd7409 Use RemoteFilesystem everywhere we do http requests 2012-03-18 21:26:04 +01:00
Jordi Boggiano
d291d65faf Add getIO proxy to base Command class 2012-03-18 21:26:03 +01:00
digitalkaoz
7cdb793b40 added support section to composer.json 2012-03-16 08:44:07 +01:00
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
2012-03-16 08:40:18 +01:00
Jérôme Tamarelle
dd6608e4c2 Allow unicode characters for author in "composer init" command. 2012-03-15 23:06:00 +01:00
Igor Wiedler
cd6eb49427 fix notice when running show command on package without keywords 2012-03-11 23:42:27 +01:00
Jordi Boggiano
09083089ff Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
	src/Composer/Command/ShowCommand.php
2012-03-11 17:02:54 +01:00
Jordi Boggiano
6b453906f0 Merge pull request #432 from digitalkaoz/issue_428
fluent api for installer options
2012-03-11 08:55:44 -07:00
Jordi Boggiano
b024615e41 Merge pull request #433 from simensen/InstallerCleanup
Remove unneeded code from UpdateCommand
2012-03-11 08:47:46 -07:00
Jordi Boggiano
5dba49af54 Show package descriptions in show/search commands, merge similar packages in show, fixes #366 2012-03-11 16:44:18 +01:00
Jordi Boggiano
33c926c303 Show/Search command cleanups 2012-03-11 16:09:29 +01:00
digitalkaoz
3d56a5645e fixed cs 2012-03-10 22:32:06 +01:00
digitalkaoz
741a66e504 added description to show command, searching in description aswell 2012-03-10 21:55:23 +01:00
digitalkaoz
a4f6314daa reverted command interfaces for installer refactoring 2012-03-10 19:56:15 +01:00
Beau Simensen
8fde0379ed Cleanup, not needed here. 2012-03-10 09:50:33 -08:00
digitalkaoz
673dd6312b fluent api for installer options 2012-03-10 18:08:36 +01:00
digitalkaoz
e6e90bb174 added keywords to show command 2012-03-10 09:57:11 +01:00
Jordi Boggiano
5f2e42ec46 CS fixes, made EventDispatcher optional in factory method 2012-03-10 01:16:37 +01:00
Jordi Boggiano
2b2f7e1748 Merge remote-tracking branch 'simensen/Install' 2012-03-10 01:06:28 +01:00
digitalkaoz
38f866f1dd fixes #373 aswell 2012-03-09 22:03:26 +01:00
digitalkaoz
202ca60559 modified search listing (grouping packages) 2012-03-09 20:29:03 +01:00
Martin Hasoň
98d7e31c74 Sort versions before print 2012-03-09 09:11:52 +01:00
Beau Simensen
b1c93d1f0a Fixed unused use per @stof and horrible bug that made this class no longer work. 2012-03-08 11:04:56 -08:00
Beau Simensen
3352066ece Use Installer for Create Project Command. 2012-03-08 09:58:19 -08:00
Beau Simensen
8a7d31706d Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00
Beau Simensen
9404d8d593 Constructor, factory 2012-03-08 09:21:02 -08:00
Beau Simensen
d1dea702c9 Moving install related code to Composer\Install 2012-03-08 09:21:02 -08:00