Jordi Boggiano
|
9333579ef1
|
Notify installs via create-project
|
2012-06-26 19:30:22 +02:00 |
Jordi Boggiano
|
a8700fb293
|
Fix lock file
|
2012-06-26 00:05:37 +02:00 |
Jordi Boggiano
|
e0fc0e1c7d
|
Merge remote-tracking branch 'RobLoach/beta'
|
2012-06-26 00:01:55 +02:00 |
Jordi Boggiano
|
cb7e86d538
|
Rename tests/phpunit.xml.dist for clarity
|
2012-06-25 18:59:41 +02:00 |
Rob Loach
|
03d031c265
|
Add minimum-stability to target the Symfony betas
|
2012-06-25 12:39:13 -04:00 |
Jordi Boggiano
|
07a266793d
|
Fix invalid function call
|
2012-06-25 15:57:34 +02:00 |
Jordi Boggiano
|
698c642a9f
|
Deduplicate packages with a similar name/version in the error output
|
2012-06-25 15:55:56 +02:00 |
Robert Schönthal
|
68d80e162a
|
fixes #801 show logs in --verbose mode for source packages
|
2012-06-25 15:30:37 +02:00 |
Jordi Boggiano
|
adaa788955
|
Require file autoloads after the autoloader is registered
|
2012-06-25 11:39:51 +02:00 |
Jordi Boggiano
|
b876dcbafb
|
Use the config object to define the vendor dir and not the installation manager
|
2012-06-24 21:58:51 +02:00 |
Jordi Boggiano
|
a4c829749e
|
Expose the whole composer context to the custom installers, fixes #672
|
2012-06-24 20:11:17 +02:00 |
Jordi Boggiano
|
fd776853a4
|
Show version for platform/installed packages, fixes #825
|
2012-06-24 17:13:50 +02:00 |
Jordi Boggiano
|
fc8d92e7a2
|
Make sure no error is output if env is missing
|
2012-06-24 15:55:23 +02:00 |
Jordi Boggiano
|
c28f3aa5c5
|
Merge remote-tracking branch 'smasty/patch-1'
|
2012-06-24 15:51:18 +02:00 |
Jordi Boggiano
|
96bff33aa9
|
Merge remote-tracking branch 'Partugal/dev-warning'
|
2012-06-24 15:09:36 +02:00 |
Jordi Boggiano
|
ffecd39d33
|
Refactor repositories handling in config/factory/loader, fixes #828, fixes #826
|
2012-06-24 13:06:13 +02:00 |
Sergey Linnik
|
2448c5a7c2
|
don't display dev expiration time warning when running self-update command
|
2012-06-24 14:18:07 +04:00 |
Smasty
|
58f0d4aeac
|
fix CS
|
2012-06-24 13:00:35 +03:00 |
Smasty
|
bd83eb93bf
|
ConsoleIO::askAndHideAnswer - added support for zsh, ksh and csh shells.
|
2012-06-24 12:14:13 +03:00 |
Jordi Boggiano
|
74c2fd5f06
|
Merge pull request #824 from beryllium/bug823
PECL-UUID does not define a version constant, use phpversion() instead
|
2012-06-23 10:26:38 -07:00 |
Jordi Boggiano
|
488e794c9b
|
Merge repos instead of replacing
|
2012-06-23 13:04:23 +02:00 |
Jordi Boggiano
|
3ac11b932c
|
Expose default repositories in system config file
|
2012-06-23 12:55:05 +02:00 |
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
|
2012-06-23 12:09:31 +02:00 |
Jordi Boggiano
|
66e9dcddf4
|
CS fixes
|
2012-06-23 11:58:18 +02:00 |
Jordi Boggiano
|
b566ba77ac
|
Fix behavior broken by #665
|
2012-06-23 11:47:53 +02:00 |
Jordi Boggiano
|
de449aa144
|
Merge remote-tracking branch 'PSeiffert/master'
Conflicts:
src/Composer/Factory.php
src/Composer/Repository/RepositoryManager.php
|
2012-06-23 11:42:13 +02:00 |
Kevin Boyd
|
09be4ed936
|
PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information
|
2012-06-22 23:09:57 -07:00 |
Jordi Boggiano
|
6e90c0be51
|
CS fixes
|
2012-06-22 20:08:26 +02:00 |
Jordi Boggiano
|
95bc5c4898
|
Fix openssl/pcre matches, and skip other exts properly
|
2012-06-22 20:07:41 +02:00 |
Jordi Boggiano
|
887d913eb6
|
Merge remote-tracking branch 'ChristianRiesen/master'
|
2012-06-22 19:48:51 +02:00 |
Jordi Boggiano
|
383c3f0153
|
Avoid tokenizing files for nothing
|
2012-06-22 18:59:15 +02:00 |
Christian Riesen
|
70e7194b07
|
Changes after excellent feedback from Jordi
|
2012-06-22 17:16:07 +02:00 |
Jordi Boggiano
|
f1320bf7a1
|
Update docs about operators
|
2012-06-22 16:04:44 +02:00 |
Jordi Boggiano
|
4fcc114f97
|
Merge pull request #808 from palex-fpt/not-equal-operator
Add '<>' operator to Version Parser
|
2012-06-22 07:00:18 -07:00 |
Christian Riesen
|
432815df67
|
Added more libraries to PlatformRepository
|
2012-06-22 15:46:36 +02:00 |
Jordi Boggiano
|
c9d1e7a918
|
Add FAQ about committing deps
|
2012-06-22 15:19:01 +02:00 |
Jordi Boggiano
|
ccc6fa3714
|
Merge pull request #775 from palex-fpt/PR-746
PEAR Packages extraction based on package.xml format
|
2012-06-22 06:15:38 -07:00 |
Christian Riesen
|
8d3c85225f
|
Changed PlatformRepository to handle libraries as well now
|
2012-06-22 14:54:03 +02:00 |
Christian Riesen
|
7b49b013ec
|
PlatformRepository now knows curl and libxml versions
|
2012-06-22 13:51:26 +02:00 |
Jordi Boggiano
|
6f576d4d4f
|
Add update <package> example to docs of update
|
2012-06-21 16:13:52 +02:00 |
Jordi Boggiano
|
48f66f66fb
|
Add autoload example to the package repository docs for clarity
|
2012-06-21 14:03:31 +02:00 |
Jordi Boggiano
|
537ead6aae
|
Merge pull request #817 from gajdaw/lock_file_fix
Basic usage: lock filename fix
|
2012-06-21 01:17:06 -07:00 |
Włodzimierz Gajda
|
8ebbd8f874
|
Basic usage: lock filename fix
|
2012-06-21 10:12:27 +02:00 |
Nils Adermann
|
a756f7f880
|
Merge pull request #798 from cs278/dev-hash-detached-head
Ensure composer works with a detached head
|
2012-06-20 16:18:55 -07:00 |
Nils Adermann
|
cb27a1f308
|
Merge pull request #812 from Seldaek/recover-refs
Recover to an older commit if a locked reference is not found
|
2012-06-20 16:18:02 -07:00 |
Nils Adermann
|
e9200cf856
|
Merge pull request #814 from shama/patch-typos
Typo Fixes
|
2012-06-20 16:16:19 -07:00 |
Kyle Robinson Young
|
6375bc5551
|
Typo fixes
|
2012-06-20 14:15:54 -07:00 |
Jordi Boggiano
|
892cfdd57d
|
Merge remote-tracking branch 'naderman/error-msgs'
|
2012-06-20 19:19:25 +02:00 |
Nils Adermann
|
cc7632489d
|
Make problem report messages more readable
Added pretty strings to constraints
|
2012-06-20 19:06:36 +02:00 |
Jordi Boggiano
|
54054365e0
|
Add some comments
|
2012-06-20 12:09:09 +02:00 |