1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00
Commit graph

22 commits

Author SHA1 Message Date
Jordi Boggiano
5264d0637b Fix regression added in 33af9eea95, fixes #1841 2013-04-28 22:50:24 +02:00
Martin Hasoň
753a8345cb Added support for the alias of an aliased package 2013-04-11 13:20:34 +02:00
Jordi Boggiano
ee60df708d Handle stability changes correctly, fixes #877
On update, packages that are less stable than the minimum-stability allows will
now be downgraded to their correct versions, even if they were installed as
unstable already.
2013-03-10 19:55:26 +01:00
Jordi Boggiano
c32470c7df Update docs, fix tests 2013-03-03 17:59:07 +01:00
Jordi Boggiano
da1cc39cfd Fix tests 2012-11-29 09:33:51 +01:00
Jordi Boggiano
e0ce22f7cc Fix tests 2012-10-18 18:43:31 +02:00
Jordi Boggiano
521bbe6556 CS fixes 2012-08-18 16:22:15 +02:00
Alexey Prilipko
e173f11b37 Add PEAR channel reader & Update PearRepository to use it. 2012-07-03 19:11:57 +11:00
Alexey Prilipko
ee2834a169 Add Mock for RemoteFileSystem 2012-07-03 19:11:57 +11:00
Jordi Boggiano
2ede0a3b54 Merge remote-tracking branch 'naderman/fix-duplicate-alias' 2012-07-01 19:07:14 +02:00
Nils Adermann
9346d4a501 Make the InstallationManagerMock behave like the real class on alias install 2012-07-01 18:41:58 +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
ffecd39d33 Refactor repositories handling in config/factory/loader, fixes #828, fixes #826 2012-06-24 13:06:13 +02:00
Jordi Boggiano
3ac11b932c Expose default repositories in system config file 2012-06-23 12:55:05 +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
Jordi Boggiano
73a865bf2a Fix tests 2012-06-20 12:05:18 +02:00
Grégoire Pineau
f4e9dd4fb8 Fixed PSR rules 2012-06-14 12:10:01 +02:00
Chris Smith
97955a6ace Mock ProcessExecutor 2012-06-14 10:52:23 +01:00
Jordi Boggiano
46972fbc22 Add handling for alias operations 2012-05-13 22:36:48 +02:00
Jordi Boggiano
4505df29df Add functional tests for the installer, fixes #580 2012-05-13 21:42:43 +02:00
Jordi Boggiano
bd50ad32f0 Refactor InstallationManagerMock 2012-04-29 17:27:37 +02:00
Igor Wiedler
0995933183 Do not install root package as a vendor if some dependency requires it, closes #480
Also add some tests for the installer.
2012-04-27 12:29:11 +02:00