1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00
Commit graph

5255 commits

Author SHA1 Message Date
Jordi Boggiano
c921a8884e Adjust operation output, fixes #166 2011-12-21 15:57:39 +01:00
Pierre Minnieur
3b1843827a removed the return false as we only need a positive return information 2011-12-21 13:30:25 +01:00
Pierre Minnieur
4242a05a0e added Boolean return values for loadClass() method 2011-12-21 11:50:24 +01:00
Beau Simensen
2791e57930 Updated lockfile message for "composer install" command
The behaviour of the lockfile was a little confusing to me.
I assumed if I added a new dependency I should run
'composer install' again. It was not immediately obvious
from the output of the install command what was going on
and I was confused why my new package had not been installed.

I understand that a better fix would be to compare
composer.json to the lockfile, but until that has been
implemented this will maybe help some newbies out.
2011-12-20 12:09:16 -06:00
Jordi Boggiano
812bf9a2af Reuse main classloader 2011-12-19 15:15:27 +01:00
Sebastian Kurfuerst
03e627e444 Fix fatal error if class is not specified 2011-12-19 12:11:21 +01:00
Jordi Boggiano
680db4d1da Fix bug with drive names of different cases 2011-12-18 21:10:10 +01:00
Jordi Boggiano
d22b80d13b Allow "" as autoload prefix for fallback dir 2011-12-18 21:09:40 +01:00
Jordi Boggiano
10c94c5ba4 Workaround for checking out branch whose names are missing the origin/ prefix 2011-12-18 20:32:26 +01:00
Jordi Boggiano
b1f528fb06 Add fallback to unzip, refs #158 2011-12-16 22:22:08 +01:00
Jordi Boggiano
aefd2062c1 Update tests 2011-12-15 15:14:33 +01:00
Jordi Boggiano
2ba48b58db Preserve case of packages for installations 2011-12-15 15:07:55 +01:00
Jordi Boggiano
b947420cae Merge pull request #150 from webfactory/hg-fix
Mercurial fixes
2011-12-14 05:47:57 -08:00
Per Bernhardt
df5da58b87 Made HgDriver work on Ubuntu 2011-12-13 06:50:35 +01:00
root
399a406018 Fixed notices for edge cases. 2011-12-13 06:49:55 +01:00
Per Bernhardt
2fc49aa88b Stop hg from parsing project's repository information while installing dependencies from source (HgDownloader) or initializing a VcsRepository (HgDriver). 2011-12-13 06:49:03 +01:00
Per Bernhardt
d78548cbf9 Added mercurial's "default" branch as a valid dev version (same as master / trunk). 2011-12-13 06:47:33 +01:00
Per Bernhardt
f74dafc08c Fixed root identifier: Use global hash instead of local revision 2011-12-13 06:47:00 +01:00
Jordi Boggiano
f6b9488bf0 Move root package handling to a dedicated loader and make ArrayLoader more strict 2011-12-13 01:05:29 +01:00
Jordi Boggiano
a2caa7c5e6 Adjustments to the show command 2011-12-12 22:47:41 +01:00
Jordi Boggiano
7caf61fc66 Set return code to non-zero when validate fails 2011-12-12 22:23:51 +01:00
Jordi Boggiano
666ac623f4 Merge remote-tracking branch 'digitalkaoz/show_command'
Conflicts:
	src/Composer/Console/Application.php
2011-12-12 22:18:15 +01:00
Jordi Boggiano
d62a1ad1c1 Adjustments to the validate command 2011-12-12 22:14:01 +01:00
Jordi Boggiano
a193ec9942 Merge remote-tracking branch 'digitalkaoz/validate_command' 2011-12-12 22:07:57 +01:00
Jordi Boggiano
f27926e7b4 Add ENV var support for COMPOSER_VENDOR_DIR and COMPOSER_BIN_DIR, fixes #152 2011-12-12 21:18:15 +01:00
Jordi Boggiano
50d4e0606f Merge pull request #155 from webfactory/fix_array_dumper_links
Correctly dump link info
2011-12-12 05:17:24 -08:00
Matthias Pigulla
737fe32f4d Use {}for foreach 2011-12-12 12:51:42 +01:00
Jordi Boggiano
82a2a1f7ac Merge pull request #154 from webfactory/fix_driver_detection
Fix driver detection
2011-12-12 03:40:28 -08:00
Matthias Pigulla
3bbe3306fc Correctly dump link info 2011-12-12 12:01:13 +01:00
Matthias Pigulla
ebbc807de0 Fix whitespaces and add strict return code checking 2011-12-12 10:57:57 +01:00
Matthias Pigulla
8ab60b7030 Still did not get it right 2011-12-10 14:23:37 +01:00
Matthias Pigulla
f24164dc16 forgot this when testing 2011-12-10 14:15:00 +01:00
Matthias Pigulla
7cdb8b6b3b Some changes as suggested in the pr 2011-12-10 14:11:51 +01:00
Jordi Boggiano
0767cdca14 Merge pull request #153 from webfactory/fix_target_dir_exists
Make sure the target-dir exists
2011-12-10 04:43:10 -08:00
Matthias Pigulla
54cf9aeb46 Make sure the target-dir exists 2011-12-10 00:24:02 +01:00
Matthias Pigulla
4e1cb32f8c Allow for file://-URLs here as well 2011-12-09 23:37:52 +01:00
Matthias Pigulla
2fc8e06d81 hg repos must not be hosted somewhere in particular, but detection may become expensive.
Additionally, suppress warnings and support file://-local repos
2011-12-09 23:10:31 +01:00
digitalkaoz
9a50fd6492 added validate task, closes #81 2011-12-08 11:42:26 +01:00
digitalkaoz
6451087039 added a show command for packages 2011-12-07 22:42:58 +01:00
digitalkaoz
8bf36395b2 added more ide metadata to ignorelist 2011-12-07 17:01:44 +01:00
Jordi Boggiano
381fcb248a Allow parsing of branches with invalid names but explicit versions in composer.json 2011-12-07 11:44:03 +01:00
Jordi Boggiano
283745d76d Do case-insensitive searches, avoid printing multiple results if multiple tokens match, highlight matched area 2011-12-06 23:07:47 +01:00
Jordi Boggiano
c7deaa8a1f Add highlight style 2011-12-06 23:07:06 +01:00
Jordi Boggiano
8675d4eb6a Make search token required 2011-12-06 23:06:49 +01:00
Jordi Boggiano
8273579461 Merge remote-tracking branch 'digitalkaoz/command_refactorings' 2011-12-06 22:47:48 +01:00
Jordi Boggiano
139de0f79d Fix handling of git repos with no tag, fixes #146 2011-12-06 22:19:24 +01:00
Nils Adermann
8de2c0604e Merge pull request #147 from digitalkaoz/solver_typo_fix
fixed typo
2011-12-06 13:18:50 -08:00
digitalkaoz
6c870e23e0 added search command, colorized ouput, tiny fixes 2011-12-06 21:19:12 +01:00
digitalkaoz
87831d8c1c fixed typo 2011-12-06 21:13:04 +01:00
Nils Adermann
e3878c715f Merge pull request #143 from stof/patch-2
Added the binary in the composer.json file
2011-12-04 15:24:03 -08:00