Jordi Boggiano
|
a9afa8bc1f
|
Merge remote-tracking branch 'mheleniak/prefer_dist' and fix dists
Conflicts:
src/Composer/Installer.php
src/Composer/Package/Locker.php
|
2012-09-27 18:36:55 +02:00 |
Jordi Boggiano
|
418e876e8a
|
Use only the locked repository when possible for better performance
|
2012-09-14 17:42:12 +02:00 |
Jordi Boggiano
|
83239aa338
|
Update lock file to contain the complete package info, fixes #890
|
2012-09-14 16:43:56 +02:00 |
Christophe Coevoet
|
9e372b1d8b
|
Simplified the code
|
2012-09-05 22:56:59 +02:00 |
Christophe Coevoet
|
f181dc84e2
|
Added tests for the suggestions
The test about replaced packages is failing because of #752.
|
2012-09-05 20:54:00 +02:00 |
Jordi Boggiano
|
d5916ce731
|
Fix test
|
2012-09-04 20:24:05 +02:00 |
Mateusz Heleniak
|
d0829adfee
|
added test case
|
2012-09-01 00:30:48 +02:00 |
Jordi Boggiano
|
5a247ca9a5
|
Fix regression in updating dev packages to latest ref, fixes #1030
|
2012-08-27 12:03:07 +02:00 |
Jordi Boggiano
|
c97720c607
|
Fix picking of new dev packages for updates to latest source ref
|
2012-08-24 12:06:29 +02:00 |
Mateusz Heleniak
|
ac746ee5b0
|
fixed unit tests
|
2012-08-17 19:36:46 +03:00 |
Jordi Boggiano
|
c463216726
|
Restore test for full hash display in create project
|
2012-08-14 01:23:43 +02:00 |
Jordi Boggiano
|
5818d51af0
|
Refactor functional tests to fit existing tests better
|
2012-08-14 01:16:40 +02:00 |
Jordi Boggiano
|
2d19cf2a00
|
Fix hijacking possibility via provide bug
|
2012-07-11 19:31:30 +02:00 |
Jordi Boggiano
|
37ef2037cf
|
Add test case to ensure replace does not allow hijacking packages
|
2012-07-11 13:01:16 +02:00 |
Jordi Boggiano
|
e6f7150196
|
Change default minimum-stability to "stable", fixes #744
|
2012-07-04 14:22:09 +02:00 |
Jordi Boggiano
|
2ede0a3b54
|
Merge remote-tracking branch 'naderman/fix-duplicate-alias'
|
2012-07-01 19:07:14 +02:00 |
Nils Adermann
|
297bc914fc
|
Merge pull request #859 from Seldaek/whitelist_fix
Fix update whitelist behavior, fixes #782
|
2012-07-01 09:55:58 -07:00 |
Nils Adermann
|
3c7fbe9264
|
Add a test which verifies that aliases do not get duplicated on update
|
2012-07-01 18:28:33 +02:00 |
Jordi Boggiano
|
5c30fcb777
|
Fix update whitelist behavior, fixes #782
|
2012-07-01 18:03:01 +02:00 |
Nils Adermann
|
0da71001e3
|
Add test for updating an aliased package to a non-aliased one
|
2012-07-01 17:41:16 +02:00 |
Nils Adermann
|
67fde90666
|
Correctly sort operations within transactions using DFS
Fixes #655
|
2012-06-05 01:06:35 +02:00 |
Jordi Boggiano
|
5bfbff867c
|
Root requires are not taken into account in locked installs, fixes #669
|
2012-05-28 18:57:59 +02:00 |
Nils Adermann
|
c7250917e8
|
Skip dependency packages required in composer.json in update whitelist
|
2012-05-28 12:06:43 +02:00 |
Nils Adermann
|
dfe366152c
|
Add an update whitelist test for a dependency specified in composer.json
|
2012-05-28 11:55:16 +02:00 |
Nils Adermann
|
90c515522a
|
Change whitelist integration test to check it doesn't update unrelated packages
|
2012-05-28 01:25:34 +02:00 |
Jordi Boggiano
|
734317b812
|
Add test and fix update whitelist feature
|
2012-05-28 00:11:47 +02:00 |
Jordi Boggiano
|
43150b88a2
|
Refactor integration tests to accept any run command
|
2012-05-28 00:11:18 +02:00 |
Nils Adermann
|
41215a0e47
|
Require first version of a root package alias, rather than alias
This makes sure that the alias will always be installed, even if it isn't
technically needed.
|
2012-05-24 23:29:08 +02:00 |
Jordi Boggiano
|
9857145830
|
Add failing test when aliasing a feature to an aliased version
|
2012-05-24 20:53:13 +02:00 |
Jordi Boggiano
|
ba29b4bf94
|
Added references for dev versions, fixes #599
dev-<branch> and <n.m>.x-dev versions can now have a #<reference> appended
to them. This reference being a git/hg commit hash, or svn revision.
|
2012-05-17 04:07:14 +02:00 |
Jordi Boggiano
|
5e8418a4f5
|
Add test for aliases and overrides between repos
|
2012-05-13 22:43:07 +02:00 |
Jordi Boggiano
|
4505df29df
|
Add functional tests for the installer, fixes #580
|
2012-05-13 21:42:43 +02:00 |