jsor
|
28a8b3e4c5
|
Fix link collection
|
2011-11-28 08:51:00 +01:00 |
jsor
|
e512e16e35
|
Rename flags after feedback in #132
|
2011-11-25 18:01:12 +01:00 |
jsor
|
9af21fd461
|
Install recommended deps by default and introduce flags for including/excluding required/recommended/suggested deps
|
2011-11-25 16:44:50 +01:00 |
Jordi Boggiano
|
eef37c450f
|
Fix error detection to support replaces and provides
|
2011-11-24 09:57:08 +01:00 |
Jordi Boggiano
|
0d304550b5
|
Clarify error message when packages are not found, fixes #128
|
2011-11-22 11:09:59 +01:00 |
Jordi Boggiano
|
68512714f4
|
Fix update command by using remove+install (and for now ignoring uninstalls of non-existing packages)
|
2011-11-21 18:18:06 +01:00 |
Jordi Boggiano
|
f2662b193d
|
Add --dry-run option and list all operations on --verbose
|
2011-11-21 17:56:21 +01:00 |
Ant Cunningham
|
e0400773f7
|
Adding support for configurable vendor path in composer.json.
|
2011-11-18 13:31:50 -05:00 |
Jordi Boggiano
|
c8859240d2
|
Add InstallerInstaller, refactored AutoloadGenerator, fixes #59
|
2011-11-05 23:54:01 +01:00 |
Jordi Boggiano
|
1feebcafe2
|
Add update command, fixes #28
|
2011-10-30 23:16:12 +01:00 |
Jordi Boggiano
|
9108a3af7f
|
Fix PlatformRepo packages not being seen as installed
|
2011-10-30 22:09:00 +01:00 |
Jordi Boggiano
|
6b6d6b6d82
|
Add --dev flag to InstallCommand to do source installs, fixes #26
|
2011-10-30 20:59:41 +01:00 |
Jordi Boggiano
|
1ca3e5e5e2
|
Generate a map separated from the autoloader, fixes #74
Also the loader is now returned by the autoload.php
|
2011-10-30 20:29:06 +01:00 |
Jordi Boggiano
|
1e0710b32f
|
Move .composer into vendor (hardcoded for now)
|
2011-10-29 18:13:48 +02:00 |
Jordi Boggiano
|
220ab7f4ee
|
Comments
|
2011-10-28 01:05:56 +02:00 |
Jordi Boggiano
|
8b0fee3f35
|
Fix platform packages not being added to the pool
|
2011-10-23 21:10:45 +02:00 |
Jordi Boggiano
|
33e7001d7e
|
Fix typo
|
2011-10-23 19:40:26 +02:00 |
Jordi Boggiano
|
c8cfa15f52
|
Use wrapped PlatformRepository only in the Solver
|
2011-10-23 19:40:20 +02:00 |
Igor Wiedler
|
9d238330b3
|
[autoload] refactor autoload generation code into a AutoloadGenerator
|
2011-10-23 19:40:12 +02:00 |
Igor Wiedler
|
72a1f66b7a
|
rename installAs to target-dir
|
2011-10-23 19:40:10 +02:00 |
Igor Wiedler
|
ea31039556
|
[autoload] autoloading prototype
|
2011-10-23 19:40:06 +02:00 |
Jordi Boggiano
|
2ebc795754
|
Error out when a package can not be found, refs #30
|
2011-10-02 21:24:09 +02:00 |
Jordi Boggiano
|
cc769af923
|
Reuse normal installer logic for locked installs
|
2011-10-02 19:54:53 +02:00 |
everzet
|
96122aada8
|
refactored install command to use new Locker
|
2011-10-01 15:34:10 +03:00 |
Jordi Boggiano
|
b9114e16be
|
Fix typos, short var names etc
|
2011-09-25 23:20:31 +02:00 |
Jordi Boggiano
|
5623f3e69c
|
Fix refactoring bugs
|
2011-09-25 23:07:42 +02:00 |
everzet
|
05ddfde868
|
Reflect latest refactoring changes in commands
|
2011-09-25 21:00:44 +03:00 |
Jordi Boggiano
|
d27691a67f
|
Fix namespace/use/typo issues
|
2011-09-24 16:55:39 +02:00 |
everzet
|
1e1ecb80b7
|
initial refactoring
|
2011-09-21 00:38:23 +03:00 |
Jordi Boggiano
|
6b5f61943a
|
Lowercase package names in Request (fixes tests)
|
2011-09-17 13:23:17 +02:00 |
Jordi Boggiano
|
9b70b06bc8
|
Merge remote-tracking branch 'ryan/use_symfony_command'
Conflicts:
bin/composer
src/Composer/Command/InstallCommand.php
|
2011-09-17 12:04:33 +02:00 |
Jordi Boggiano
|
07e181c6eb
|
Fix lowercase behavior
|
2011-09-15 11:50:50 +02:00 |
Ryan Weaver
|
cf11b48306
|
Making several tweaks per @stof
|
2011-09-14 10:34:53 -05:00 |
Ryan Weaver
|
f5b054985a
|
Integrating the command system with Symfony's command system
Parts are still a WIP, as there are some embedded echo statements that should eventually be run through some sort of output interface.
|
2011-09-14 07:57:40 -05:00 |
Jordi Boggiano
|
900bed1c32
|
Normalize package names
|
2011-09-13 02:24:44 +02:00 |
Igor Wiedler
|
1e5aaefaf5
|
Force empty lock files to contain a JSON object
By default it will make it an array, since PHP does not distinguish between
arrays and hash(map)s.
|
2011-09-12 16:59:05 +02:00 |
Jordi Boggiano
|
071fa7a4d7
|
Merge Solver logic into the install command
|
2011-08-21 13:33:39 +02:00 |
Jordi Boggiano
|
49c3446ac1
|
Make use of new dist properties, refactored ZipDownloader
|
2011-07-06 21:06:52 +02:00 |
Jordi Boggiano
|
75428d9ad1
|
Slightly improve reporting when json config files can't be parsed
|
2011-06-28 20:42:57 +02:00 |
Jordi Boggiano
|
75410d13b7
|
Bugfix
|
2011-06-28 20:42:55 +02:00 |
Jordi Boggiano
|
14fdd4384a
|
Better reporting during installation
|
2011-06-06 11:01:04 +02:00 |
Jordi Boggiano
|
04783d5c30
|
CI match on package names
|
2011-06-06 11:01:02 +02:00 |
Jordi Boggiano
|
b53a3086b6
|
Minor refactorings and changes
|
2011-04-21 21:13:14 +02:00 |
Jordi Boggiano
|
e03983697a
|
Add base installer/downloader and ComposerRepository
|
2011-04-18 00:15:05 +02:00 |