Michael Wallner
|
f65fe27097
|
fixed create-project with json file
the create-project command tried to instantiate a FilesystemRepository
with the json file as string instead of an JsonFile instance
|
2012-03-16 08:40:18 +01:00 |
Jérôme Tamarelle
|
dd6608e4c2
|
Allow unicode characters for author in "composer init" command.
|
2012-03-15 23:06:00 +01:00 |
Igor Wiedler
|
cd6eb49427
|
fix notice when running show command on package without keywords
|
2012-03-11 23:42:27 +01:00 |
Jordi Boggiano
|
09083089ff
|
Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
src/Composer/Command/ShowCommand.php
|
2012-03-11 17:02:54 +01:00 |
Jordi Boggiano
|
6b453906f0
|
Merge pull request #432 from digitalkaoz/issue_428
fluent api for installer options
|
2012-03-11 08:55:44 -07:00 |
Jordi Boggiano
|
b024615e41
|
Merge pull request #433 from simensen/InstallerCleanup
Remove unneeded code from UpdateCommand
|
2012-03-11 08:47:46 -07:00 |
Jordi Boggiano
|
5dba49af54
|
Show package descriptions in show/search commands, merge similar packages in show, fixes #366
|
2012-03-11 16:44:18 +01:00 |
Jordi Boggiano
|
33c926c303
|
Show/Search command cleanups
|
2012-03-11 16:09:29 +01:00 |
digitalkaoz
|
3d56a5645e
|
fixed cs
|
2012-03-10 22:32:06 +01:00 |
digitalkaoz
|
741a66e504
|
added description to show command, searching in description aswell
|
2012-03-10 21:55:23 +01:00 |
digitalkaoz
|
a4f6314daa
|
reverted command interfaces for installer refactoring
|
2012-03-10 19:56:15 +01:00 |
Beau Simensen
|
8fde0379ed
|
Cleanup, not needed here.
|
2012-03-10 09:50:33 -08:00 |
digitalkaoz
|
673dd6312b
|
fluent api for installer options
|
2012-03-10 18:08:36 +01:00 |
digitalkaoz
|
e6e90bb174
|
added keywords to show command
|
2012-03-10 09:57:11 +01:00 |
Jordi Boggiano
|
5f2e42ec46
|
CS fixes, made EventDispatcher optional in factory method
|
2012-03-10 01:16:37 +01:00 |
Jordi Boggiano
|
2b2f7e1748
|
Merge remote-tracking branch 'simensen/Install'
|
2012-03-10 01:06:28 +01:00 |
digitalkaoz
|
38f866f1dd
|
fixes #373 aswell
|
2012-03-09 22:03:26 +01:00 |
digitalkaoz
|
202ca60559
|
modified search listing (grouping packages)
|
2012-03-09 20:29:03 +01:00 |
Martin Hasoň
|
98d7e31c74
|
Sort versions before print
|
2012-03-09 09:11:52 +01:00 |
Beau Simensen
|
b1c93d1f0a
|
Fixed unused `use` per @stof and horrible bug that made this class no longer work.
|
2012-03-08 11:04:56 -08:00 |
Beau Simensen
|
3352066ece
|
Use Installer for Create Project Command.
|
2012-03-08 09:58:19 -08:00 |
Beau Simensen
|
8a7d31706d
|
Renamed Composer\Install to Composer\Installer
|
2012-03-08 09:21:03 -08:00 |
Beau Simensen
|
9404d8d593
|
Constructor, factory
|
2012-03-08 09:21:02 -08:00 |
Beau Simensen
|
d1dea702c9
|
Moving install related code to Composer\Install
|
2012-03-08 09:21:02 -08:00 |
Jordi Boggiano
|
ea593fdb10
|
Allow autodetection of the version
|
2012-03-08 18:12:21 +01:00 |
Jordi Boggiano
|
347f8feeec
|
Update docs
|
2012-03-08 18:10:58 +01:00 |
Jordi Boggiano
|
cb57c7bf42
|
Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer
|
2012-03-08 16:22:37 +01:00 |
Jordi Boggiano
|
82dd1c1f7f
|
Add relaxed schema for application packages that do not need to be distributed
|
2012-03-05 23:24:59 +01:00 |
Jordi Boggiano
|
bd54e43d37
|
Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid
|
2012-03-05 22:01:47 +01:00 |
Jordi Boggiano
|
07a82c9223
|
Merge remote-tracking branch 'digitalkaoz/json_schema_validator'
|
2012-03-05 20:08:18 +01:00 |
Jordi Boggiano
|
774e9d0da6
|
Remove dependency on filter_var
|
2012-03-05 15:13:07 +01:00 |
Jordi Boggiano
|
30f612f672
|
Fix undef variable in search, fixes #374
|
2012-02-29 21:03:48 +01:00 |
Benjamin Eberlei
|
36ccd38aa7
|
Directly install dependencies
|
2012-02-27 20:52:41 +01:00 |
Benjamin Eberlei
|
24de082fd5
|
Refactored
|
2012-02-27 20:25:36 +01:00 |
Benjamin Eberlei
|
db64917a83
|
Renamed install-project to create-project to differentiate from just "install".
|
2012-02-27 20:25:36 +01:00 |
Benjamin Eberlei
|
23719b3b1d
|
Rename packagist url to repository url
|
2012-02-27 20:25:36 +01:00 |
Benjamin Eberlei
|
f60fe5622a
|
Add missing use stmt.
|
2012-02-27 20:25:36 +01:00 |
Benjamin Eberlei
|
1c67633c70
|
Refactored downloader code and made packagist configuration flexible and validated.
|
2012-02-27 20:25:36 +01:00 |
Benjamin Eberlei
|
bbf745f3e6
|
Add command to install a package as a new project into a non-existant directory. This fetches the given package from packagist or a different packagist-source and installs it into a given path.
|
2012-02-27 20:25:36 +01:00 |
Jordi Boggiano
|
0e6cf61b67
|
Avoid showing duplicates versions
|
2012-02-27 15:32:45 +01:00 |
Jordi Boggiano
|
1228c04984
|
Add support for extra.branch-alias config to remap master on 2.1.x for example
|
2012-02-23 23:26:31 +01:00 |
digitalkaoz
|
6929c42848
|
added schema/syntax validation for composer.json
|
2012-02-23 21:54:49 +01:00 |
Jordi Boggiano
|
956b54e516
|
Use policy rule instead of stacking up another repo to prioritize aliased packages
|
2012-02-22 09:40:05 +01:00 |
Jordi Boggiano
|
59d2b1145c
|
Add lock file alias support and a bunch of fixes
|
2012-02-21 16:44:49 +01:00 |
Jordi Boggiano
|
f9fc9695e9
|
Wrap the package in an aliased package instead of replacing
|
2012-02-21 15:32:45 +01:00 |
Jordi Boggiano
|
82054f2060
|
Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version
|
2012-02-21 14:03:24 +01:00 |
Jordi Boggiano
|
5eb333680b
|
Rename findPackagesByName to findPackages and allow version arg
|
2012-02-21 14:02:08 +01:00 |
Nils Adermann
|
de1765aa48
|
Remove workaround error detection in install command
|
2012-02-20 12:24:24 +01:00 |
Jordi Boggiano
|
621388e3be
|
Fix warning when no package to update is found
|
2012-02-20 12:14:44 +01:00 |
Nils Adermann
|
39aa5c0752
|
Merge pull request #329 from Seldaek/new_dev
[BC Break] New dev handling
|
2012-02-20 01:58:21 -08:00 |