Christophe Coevoet
|
9e372b1d8b
|
Simplified the code
|
2012-09-05 22:56:59 +02:00 |
Christophe Coevoet
|
d0faa016c1
|
Refactored the search of suggested packages to support replacements
Fixes #752
|
2012-09-05 21:01:57 +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 |
Jordi Boggiano
|
c14bc368b0
|
Fix memory usage of the update command
|
2012-08-24 02:29:37 +02:00 |
Jordi Boggiano
|
d6de4a0036
|
Rename Package interfaces to reduce BC issues
|
2012-08-24 02:29:31 +02:00 |
Jordi Boggiano
|
774021bf99
|
Clean up Installer::aliasPackages()
|
2012-08-24 02:29:25 +02:00 |
Jordi Boggiano
|
2d4076e9b2
|
Add support for aliases in streamed repos
|
2012-08-24 02:29:24 +02:00 |
Nils Adermann
|
de6bb0409b
|
Merge pull request #1008 from mheleniak/master
output info before fetching composer repos
|
2012-08-19 11:26:34 -07:00 |
Jordi Boggiano
|
4d84f62cd9
|
Improve consistency and formatting of verbose output for update/install
|
2012-08-18 16:01:44 +02:00 |
Mateusz Heleniak
|
edc63c2b49
|
output info before fetching composer repos
|
2012-08-17 02:42:05 +03:00 |
Johannes M. Schmitt
|
88a1f27798
|
added a way to disable custom installers
|
2012-07-21 16:51:40 +02:00 |
Nils Adermann
|
f12818233d
|
Merge pull request #909 from missinglink/master
Minor copy change
|
2012-07-15 10:22:17 -07:00 |
Peter Johnson
|
2f26d2a749
|
Copy change
|
2012-07-15 05:06:44 +01:00 |
Nils Adermann
|
d84273ee34
|
Merge pull request #833 from Seldaek/installmgr_cleanup
Use the config object to define the vendor dir and not the installation manager
|
2012-07-01 10:04:09 -07:00 |
Jordi Boggiano
|
5c30fcb777
|
Fix update whitelist behavior, fixes #782
|
2012-07-01 18:03:01 +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
|
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
|
4bbb168d44
|
Remove BC code
|
2012-06-19 23:06:40 +02:00 |
Jordi Boggiano
|
bc7e983b1e
|
Allow PlatformRepository packages to be aliased
|
2012-06-05 17:41:50 +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 |
Jordi Boggiano
|
31330a739f
|
Fix CS
|
2012-05-28 16:38:52 +02:00 |
Jordi Boggiano
|
e6cd41ffc7
|
Merge pull request #740 from naderman/require-update
Skip dependency packages required in composer.json in update whitelist
|
2012-05-28 04:14:36 -07:00 |
Nils Adermann
|
c7250917e8
|
Skip dependency packages required in composer.json in update whitelist
|
2012-05-28 12:06:43 +02:00 |
Nils Adermann
|
242323cba4
|
Merge pull request #736 from Seldaek/require-update
Require command & update <package>
|
2012-05-27 17:11:48 -07:00 |
Nils Adermann
|
2d9aa3d49d
|
Update dependencies of whitelisted packages, but not random dependencies
|
2012-05-28 01:58:54 +02:00 |
Jordi Boggiano
|
d21032ace5
|
CS fixes
|
2012-05-28 01:58:49 +02:00 |
Jordi Boggiano
|
734317b812
|
Add test and fix update whitelist feature
|
2012-05-28 00:11:47 +02:00 |
Jordi Boggiano
|
8ffe3c2e26
|
Cosmetic fixes
|
2012-05-27 23:21:10 +02:00 |
Jordi Boggiano
|
c580cb8ba8
|
Add package argument to the update command, fixes #470, fixes #450
|
2012-05-26 15:20:27 +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
|
79826ee5c9
|
Fix dry-run output
|
2012-05-23 16:04:28 +02:00 |
Jordi Boggiano
|
0752e2b96b
|
Fix output of dry run with --dev, fixes #676
|
2012-05-23 15:39:33 +02:00 |
Jordi Boggiano
|
63d7abf196
|
Fix dry run skipping some critical steps
|
2012-05-23 15:16:24 +02:00 |
Jordi Boggiano
|
e25ccddeb7
|
Skip all scripts and not just command ones
|
2012-05-23 11:45:04 +02:00 |
Jordi Boggiano
|
1f2f161508
|
Merge remote-tracking branch 'pjedrzejewski/feature/skipping-scripts-execution'
Conflicts:
src/Composer/Installer.php
|
2012-05-23 11:11:19 +02:00 |
Jordi Boggiano
|
c440b4594a
|
More PSR-2 goodness
|
2012-05-22 17:13:15 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +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 |
Paweł Jędrzejewski
|
129884ef72
|
rename skipScripts to runScripts.
|
2012-05-13 13:25:02 +02:00 |
Paweł Jędrzejewski
|
cc8b33117a
|
add --skip-scripts option to install/update commands.
|
2012-05-13 13:05:56 +02:00 |
Jordi Boggiano
|
0936670213
|
Add support for stabilities in lock file
|
2012-05-11 17:20:10 +02:00 |
Jordi Boggiano
|
fabf5c2f6d
|
Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability
|
2012-05-09 20:03:19 +02:00 |
Jordi Boggiano
|
ef28f3b067
|
Basic handling of stability flags
|
2012-05-09 19:10:06 +02:00 |
Jordi Boggiano
|
66068fedcb
|
Add minimum-stability flag on root package to filter packages by stability
|
2012-05-09 19:10:03 +02:00 |
Nils Adermann
|
bca91677ac
|
Keep original packages in installed repository when adding aliases
|
2012-05-09 16:24:06 +02:00 |
Nils Adermann
|
74da398f21
|
Request install of normalized alias version in lock file
|
2012-05-09 16:23:38 +02:00 |
Nils Adermann
|
0c1944a9d0
|
Let the solver handle aliases instead of the installer
|
2012-05-09 15:15:39 +02:00 |
Jordi Boggiano
|
dd17a1bbd7
|
Force platform packages to remain installed
|
2012-05-08 19:27:16 +02:00 |
Krzysztof Menżyk
|
2d4d984929
|
Fixed typo in the Installer
|
2012-05-01 01:03:55 +02:00 |