Jordi Boggiano
81d80b2a04
Merge remote-tracking branch 'justinrainbow/depends_command'
2012-01-08 22:27:54 +01:00
Artem Lopata (bumz)
de066de198
Fix for composer. When running update/install command it's just do nothing, except writing "Installing dependencies"
2012-01-08 23:24:58 +02:00
Jordi Boggiano
126c57d07c
Fix notice
2012-01-08 19:26:40 +01:00
Jordi Boggiano
f700724eaf
Adjust README, refs #188
2012-01-08 18:14:50 +01:00
Jordi Boggiano
9aa128d6e7
Merge pull request #188 from wilmoore/homebrew-install
...
Homebrew install
2012-01-08 09:11:37 -08:00
Wil Moore III
e39f6e1587
added callout note to manual install section
2012-01-07 13:55:20 -07:00
Wil Moore III
4dc89c7940
updated homebrew install/upgrade info based on changes to formula
2012-01-07 13:52:56 -07:00
Wil Moore III
752e4cc11f
updated homebrew install/upgrade info based on changes to formula
2012-01-07 13:52:22 -07:00
Nils Adermann
35c62f67be
Merge pull request #174 from Seldaek/lockdetect
...
Detect lock file changes and warn users on install, fixes #75
2012-01-07 08:06:43 -08:00
Jordi Boggiano
9630f44922
Fix errors in case packages is empty
2012-01-07 17:04:41 +01:00
Jordi Boggiano
56e43e4397
Add tests
2012-01-07 17:04:40 +01:00
Jordi Boggiano
462ebdf752
Detect lock file changes and warn users on install, fixes #75
2012-01-07 17:04:38 +01:00
Wil Moore III
8b3af6231f
forgot the closing tick
2012-01-07 04:39:36 -07:00
Wil Moore III
bb5c2ad06c
added a blurb to the README regarding installing composer via homebrew.
2012-01-07 04:35:23 -07:00
Nils Adermann
855b1cb9d3
Merge pull request #173 from Seldaek/update
...
Fix update, fixes #125
2012-01-06 04:52:07 -08:00
Jordi Boggiano
fdef6bfca2
Add 5.3.2 to travis runs
2012-01-05 15:55:30 +01:00
Jordi Boggiano
e3a2172b72
Merge pull request #184 from jalliot/proxy
...
Handle system proxy in file downloads
2012-01-05 03:33:09 -08:00
Jordan Alliot
3444bdae82
Check openssl extension for proxy
2012-01-05 11:58:49 +01:00
Jordan Alliot
1471b41ba8
Handle system proxy in file downloads
2012-01-05 11:40:11 +01:00
digitalkaoz
897ff9126d
seperate class for Process, using this one all over the place
2012-01-05 11:12:54 +01:00
Justin Rainbow
981477dd17
New 'depends' command added
...
Basic command to display where a given package is referenced.
This helps in figuring out where a package is used, and even
can help in troubleshooting dependency issues.
2012-01-04 20:11:37 -07:00
digitalkaoz
a15567cea6
make use of process component fixes #105
2012-01-03 17:07:56 +01:00
Jordi Boggiano
21ab41fa2d
Merge pull request #175 from fabpot/json-pretty
...
Use JSON_PRETTY_PRINT option when dumping JSON to help debugging
2011-12-27 13:34:01 -08:00
Fabien Potencier
90f2a9f406
Use JSON_PRETTY_PRINT option when dumping JSON to help debugging
2011-12-27 11:33:43 +01:00
Jordi Boggiano
9b2694351b
Less confusing error message
2011-12-24 14:57:05 +01:00
Jordi Boggiano
6ac38f111d
Fix typo
2011-12-24 14:23:34 +01:00
Jordi Boggiano
719d3074f0
Dump bin info
2011-12-24 14:18:20 +01:00
Jordi Boggiano
4a10850759
Fix output
2011-12-24 14:18:06 +01:00
Jordi Boggiano
8cfbf9e198
Fix update, fixes #125
2011-12-24 14:15:10 +01:00
Jordi Boggiano
5c8eb355ce
License now defaults to an empty array
2011-12-22 10:07:58 +01:00
Jordi Boggiano
3b9dd59da3
Fix typo
2011-12-22 10:07:39 +01:00
Jordi Boggiano
2c367e7f39
Allow multiple fallback dirs
2011-12-21 16:56:18 +01:00
Jordi Boggiano
94a8e8809c
Fix travis builds
2011-12-21 16:46:23 +01:00
Jordi Boggiano
116b17dfc0
Fix test suite for OSX
2011-12-21 16:43:38 +01:00
Jordi Boggiano
f051778192
Clean up unneeded initialization stuff
2011-12-21 16:43:37 +01:00
Jordi Boggiano
9452a94e30
Fix regression in previous merge
2011-12-21 16:43:35 +01:00
Igor Wiedler
85ec42bac3
display highest package version by default on show command
2011-12-21 16:43:34 +01:00
Jordi Boggiano
66cdd64e88
Merge pull request #165 from simensen/InstallMessage
...
Updated lockfile message for "composer install" command
2011-12-21 07:12:26 -08:00
Jordi Boggiano
16093fdfeb
Merge remote-tracking branch 'pminnieur/classloader'
2011-12-21 16:00:52 +01:00
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