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 |
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 |
Jordi Boggiano
|
73a865bf2a
|
Fix tests
|
2012-06-20 12:05:18 +02:00 |
Jordi Boggiano
|
c9ef7479c4
|
Keep track of commit dates in the lock file in case the reference disappears
|
2012-06-20 11:47:38 +02:00 |
Jordi Boggiano
|
77f6b9e05b
|
Recover from invalid references by taking the parent commit (by date)
|
2012-06-20 11:46:59 +02:00 |
Jordi Boggiano
|
a518f471f7
|
Ensure aliases are removed from local repos when a package is deleted from the filesystem
|
2012-06-20 11:45:55 +02:00 |
Jordi Boggiano
|
4bbb168d44
|
Remove BC code
|
2012-06-19 23:06:40 +02:00 |
Alexey Prilipko
|
9f08764e9a
|
Add '!=' handling to VersionConstraint::matchSpecific
|
2012-06-20 00:29:28 +11:00 |
Alexey Prilipko
|
e130386612
|
Add '<>' operator for Version Parser
|
2012-06-19 12:11:11 +11:00 |
Jordi Boggiano
|
a06ebdd8ef
|
Add caching to svn metadata
|
2012-06-18 15:38:47 +02:00 |
Jordi Boggiano
|
6d1377838b
|
Handle weird chars in cache keys
|
2012-06-18 15:34:08 +02:00 |
Nils Adermann
|
dc2a9bfe62
|
Ignore null rules in rule generator
Fixes #806
|
2012-06-17 20:15:19 +02:00 |
Jordi Boggiano
|
e953b4c891
|
Ensure vendor dir is initialized before generating the install path of a package
|
2012-06-17 18:16:47 +02:00 |
Alexey Prilipko
|
a88265a497
|
Update PearPackageExtractor for package.xml 2.1 support
|
2012-06-15 12:30:08 +11:00 |
Jordi Boggiano
|
94791aba73
|
Merge pull request #802 from stof/lock_sorting
Made the order of aliases deterministic in the locker
|
2012-06-14 11:15:46 -07:00 |
Christophe Coevoet
|
398a3ac0dc
|
Made the order of aliases deterministic in the locker
|
2012-06-14 18:59:53 +02:00 |
Jordi Boggiano
|
4c75a2db01
|
Reinforce language about not specifying the version
|
2012-06-14 15:08:38 +02:00 |
Jordi Boggiano
|
db7f25baaf
|
Add note about version and packagist
|
2012-06-14 14:59:11 +02:00 |
Jordi Boggiano
|
32692e519c
|
Boost memory_limit at runtime if permitted
|
2012-06-14 14:21:44 +02:00 |
Jordi Boggiano
|
6f33d4e17f
|
Merge pull request #799 from lyrixx/psr
Fixed PSR rules
|
2012-06-14 03:40:37 -07:00 |
Grégoire Pineau
|
f4e9dd4fb8
|
Fixed PSR rules
|
2012-06-14 12:10:01 +02:00 |
Chris Smith
|
5e4b2fcc8d
|
Test for detached heads yielding an invalid version
|
2012-06-14 11:03:26 +01:00 |
Jordi Boggiano
|
330f56c0ec
|
Merge pull request #795 from lyrixx/doc-global-install
[Doc] Added a note to install composer globally
|
2012-06-14 02:57:55 -07:00 |
Chris Smith
|
97955a6ace
|
Mock ProcessExecutor
|
2012-06-14 10:52:23 +01:00 |