Jordi Boggiano
|
e868c9706b
|
Add support for batch notifications
|
2012-11-28 18:44:49 +01:00 |
Jordi Boggiano
|
ead17b2680
|
Fix solving issue when provide provides a platform package that is already installed, fixes #1171
|
2012-11-27 13:55:20 +01:00 |
Jordi Boggiano
|
f1f1ddb66b
|
Fix updates when dev packages have new dependencies (no more double updates needed), fixes #1105
|
2012-11-22 22:47:19 +01:00 |
Jordi Boggiano
|
2de2e953c0
|
Add warning for outdated lock file since they cause massive slowdowns
|
2012-11-21 17:40:57 +01:00 |
Christer Edvartsen
|
4b8813269c
|
Pass the current dev mode to the event dispatcher, which in turn passes it to the events fired. This can be fetched in scripts to check which mode we are currently in
|
2012-11-15 17:16:25 +01:00 |
Jordi Boggiano
|
c0e75e5d24
|
Fix lock file out of sync warning, fixes #1307
|
2012-11-10 21:38:19 +01:00 |
Jordi Boggiano
|
22344f6ad7
|
Add chainability of disableCustomInstallers
|
2012-11-01 16:22:37 +01:00 |
Jordi Boggiano
|
711179b2b4
|
Do not send an empty list of packages to the default policy, fixes #1259
|
2012-10-25 18:18:02 +02:00 |
Pascal Borreli
|
5eead93250
|
Fixed typos
|
2012-10-24 23:14:04 +00:00 |
Jordi Boggiano
|
f3bfeb3608
|
Rename --optimize-autoloaders to --optimize-autoloader since there is just one
|
2012-10-24 17:33:31 +02:00 |
Jordi Boggiano
|
f15d86111d
|
Merge remote-tracking branch 'KingCrunch/issue/1225'
|
2012-10-24 17:31:09 +02:00 |
Jordi Boggiano
|
9856e9e3f5
|
Fix selection of best package to force update of dev packages, fixes #1252
|
2012-10-24 17:06:42 +02:00 |
Sebastian Krebs
|
d3aaeb21da
|
Allow autoloader optimization right from 'install'
|
2012-10-23 13:41:17 +02:00 |
Jordi Boggiano
|
e887f6cea9
|
Fix CS
|
2012-10-22 20:25:11 +02:00 |
Jordi Boggiano
|
b4bcc5b5c8
|
Fix bogus operations that trigger a "package is not installed" exception for dev installs, refs #789
|
2012-10-22 15:55:29 +02:00 |
Jordi Boggiano
|
bd826d7644
|
Mock local repositories in dry-runs
|
2012-10-22 15:50:40 +02:00 |
Jordi Boggiano
|
350c7cbb3a
|
Fix constraints shown in Problem output
|
2012-10-22 10:27:12 +02:00 |
Jordi Boggiano
|
ee0cd07468
|
CS fixes
|
2012-10-18 10:35:06 +02:00 |
Jordi Boggiano
|
cb2a0f46a1
|
Merge remote-tracking branch 'cs278/issue/879-dev-autoload-definitions'
Conflicts:
src/Composer/Installer.php
|
2012-10-03 11:50:06 +02:00 |
Jordi Boggiano
|
027037bb9f
|
Fix dist urls for lock files and hardcoded references
|
2012-09-27 20:23:51 +02:00 |
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 |
Chris Smith
|
3281a0b5df
|
Use the locked package for the update operation
|
2012-09-21 00:52:19 +01:00 |
Jordi Boggiano
|
536563dc2a
|
Rename method
|
2012-09-14 17:49:03 +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
|
d0faa016c1
|
Refactored the search of suggested packages to support replacements
Fixes #752
|
2012-09-05 21:01:57 +02:00 |
Mateusz Heleniak
|
be736c745e
|
better exception message
|
2012-08-31 23:32:28 +02:00 |
Mateusz Heleniak
|
6489487245
|
compare references when using dists
|
2012-08-31 23:27:36 +02:00 |
Mateusz Heleniak
|
aa0ff14be5
|
added --prefer-dist option
|
2012-08-31 22:25:17 +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 |
Jordi Boggiano
|
f7440076fa
|
Revert "Merge remote-tracking branch 'naderman/remove-packages-by-default'"
This reverts commit 2988152602 , reversing
changes made to adb4188e12 .
|
2012-04-29 22:21:58 +02:00 |
Jordi Boggiano
|
2988152602
|
Merge remote-tracking branch 'naderman/remove-packages-by-default'
|
2012-04-29 18:16:22 +02:00 |
Jordi Boggiano
|
2dffa612a3
|
Merge remote-tracking branch 'igorw/root-install-twice'
|
2012-04-29 17:02:41 +02:00 |
Jordi Boggiano
|
b3659d85f3
|
Force platform packages to remain installed
|
2012-04-27 21:30:09 +02:00 |
Igor Wiedler
|
1e23354666
|
Do not suggest packages that were installed
|
2012-04-27 14:40:08 +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 |
Nils Adermann
|
540f9a09b2
|
Merge pull request #606 from Seldaek/aliasprio
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
|
2012-04-25 08:35:53 -07:00 |
Jordi Boggiano
|
cc3d91f75c
|
Make sure aliased packages created by the locker are available in the pool
|
2012-04-24 10:49:49 +02:00 |
Jordi Boggiano
|
15ab5868a3
|
Move composer metafiles back in a composer dir, except autoload.php
|
2012-04-22 22:18:19 +02:00 |
Jordi Boggiano
|
06fb1b8083
|
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
|
2012-04-20 22:10:58 +02:00 |
Jordi Boggiano
|
22fe296ad0
|
Move .composer files out into the vendor dir, fixes #497
|
2012-04-19 21:55:35 +02:00 |
Jordi Boggiano
|
a1306091f2
|
Fix locking behavior with --dev
|
2012-04-15 19:05:50 +02:00 |
Jordi Boggiano
|
f63df842b3
|
Fix alias handling with --dev installs, fixes #579
|
2012-04-15 19:05:16 +02:00 |
Jordi Boggiano
|
f520ce6a80
|
Fix exception when solver could not resolve a set of packages
|
2012-04-15 17:44:47 +02:00 |
Jordi Boggiano
|
89e095b4b5
|
Handle --dev installs/updates
|
2012-04-14 23:38:10 +02:00 |
Jordi Boggiano
|
e702761284
|
Output suggested packages after package installation
|
2012-04-14 23:38:08 +02:00 |
Jordi Boggiano
|
53191eb0fe
|
Remove recommend, make suggest informational, add require-dev, fixes #78, fixes #510
|
2012-04-14 23:38:05 +02:00 |
Jordi Boggiano
|
26e3b77a4b
|
Fix wording
|
2012-04-12 11:35:07 +02:00 |
Jordi Boggiano
|
9da7fbbf37
|
Fix project aliases being redownloaded since they had no version
|
2012-04-10 11:55:34 +02:00 |
Tiago Ribeiro
|
13839bf52c
|
"Writing lock file" message is only displayed if locker isn't fresh
|
2012-04-06 21:37:34 +01:00 |
Jordi Boggiano
|
b2609e8413
|
Update to locked source-ref when receiving a new lock file, fixes #358
|
2012-04-02 21:46:05 +02:00 |
Jordi Boggiano
|
ceac0ca75b
|
Fix updating of already installed dev packages, fixes #496
|
2012-04-02 21:32:05 +02:00 |
Jordi Boggiano
|
b12e73792c
|
Handle SolverProblemException nicer
|
2012-03-18 22:43:07 +01:00 |
Martin Hasoň
|
01c1878aea
|
Save local repo after each success operation
|
2012-03-12 12:24:11 +01:00 |
digitalkaoz
|
d502065cb7
|
fixed cs
|
2012-03-10 20:14:54 +01:00 |
digitalkaoz
|
a4f6314daa
|
reverted command interfaces for installer refactoring
|
2012-03-10 19:56:15 +01:00 |
digitalkaoz
|
673dd6312b
|
fluent api for installer options
|
2012-03-10 18:08:36 +01:00 |
Jordi Boggiano
|
5f2e42ec46
|
CS fixes, made EventDispatcher optional in factory method
|
2012-03-10 01:16:37 +01:00 |
Beau Simensen
|
8a7d31706d
|
Renamed Composer\Install to Composer\Installer
|
2012-03-08 09:21:03 -08:00 |