Jordi Boggiano
|
a32aa1a305
|
Fix BC handling of old require-dev, refs #1656
|
2013-03-04 17:11:13 +01:00 |
Jordi Boggiano
|
373ff04261
|
Fetch only non-dev packages from lock if doing a dev update fails due to a previously incomplete lock file, fixes #1650
|
2013-03-04 12:30:59 +01:00 |
Jordi Boggiano
|
ea7d79ab03
|
Make sure platform requirements of the root package are enforced when installing from lock, fixes #1611
|
2013-03-03 20:05:46 +01:00 |
Jordi Boggiano
|
73adf29602
|
Purge old dev packages before installing/updating new ones to make sure people do not have issues updating
|
2013-03-03 02:04:11 +01:00 |
Jordi Boggiano
|
4207fc3b19
|
Refactor require-dev handling to use one single repository and a one pass solving, fixes #719, fixes #1185, fixes #1330, fixes #789, fixes #640
|
2013-03-03 00:41:12 +01:00 |
Jordi Boggiano
|
357f0572d1
|
Only print ignoring warning when a package is not installed and not required by the root package, fixes #1642
|
2013-03-02 20:18:38 +01:00 |
Christian Jul Jensen
|
b04dbf5d71
|
Outout message when trying to update non-installed packages
|
2013-03-01 14:39:33 +01:00 |
Jordi Boggiano
|
8d55b9cced
|
Merge remote-tracking branch 'ronnylt/script-event-post-dump-autoload'
Conflicts:
tests/Composer/Test/Autoload/AutoloadGeneratorTest.php
|
2013-02-22 18:42:29 +01:00 |
David Weinraub
|
86defea407
|
Modify punctuation for outdated dependency message in installer
|
2013-01-27 03:25:19 +07:00 |
Ronny López
|
e5cbf83185
|
Added post-autoload-dump script event.
|
2013-01-10 15:04:20 +01:00 |
Jordi Boggiano
|
514a3cde77
|
CS fixes
|
2013-01-05 20:01:58 +01:00 |
Jordi Boggiano
|
6bb1b4ae78
|
Fix regex delimiters, refs #1419
|
2012-12-13 16:54:38 +01:00 |
Jordi Boggiano
|
5fd19f63dd
|
CS fixes, refs #1419
|
2012-12-13 15:37:11 +01:00 |
Aurélien Thieriot
|
e264282ac7
|
Allowed only * wildcard
|
2012-12-13 14:06:06 +00:00 |
Aurélien Thieriot
|
159badb06b
|
Add ability to use a Regexp when updating packages
|
2012-12-13 12:24:42 +00:00 |
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 |