Jordi Boggiano
|
4e3f4f24fc
|
Try to figure out which editor is available on *nix
|
2012-10-08 19:22:48 +02:00 |
Jordi Boggiano
|
a4e5f000d5
|
Only create the root file empty and error out on missing local files
|
2012-10-07 19:20:45 +02:00 |
Jordi Boggiano
|
5cb9a6ead7
|
Write in the json directly without reformatting the whole file - skip validation since that is not really the job of the config command
|
2012-10-07 19:18:22 +02:00 |
Jordi Boggiano
|
8403178ddb
|
config --list should only list relevant sections
|
2012-10-07 16:37:59 +02:00 |
Jordi Boggiano
|
4086c24778
|
Do or do not, there is no try
|
2012-10-07 16:33:40 +02:00 |
Jordi Boggiano
|
17d8dfba1d
|
Allow editing all config values
|
2012-10-07 16:33:09 +02:00 |
Jordi Boggiano
|
1b7906e82d
|
Add --unset flag
|
2012-10-07 16:08:53 +02:00 |
Jordi Boggiano
|
d00d7eef7f
|
Use default editors if EDITOR is not set, improve windows compatibility
|
2012-10-07 15:48:50 +02:00 |
Jordi Boggiano
|
0615455087
|
Clean up syntax/docs & simplify some bits of code
|
2012-10-07 15:47:32 +02:00 |
Jordi Boggiano
|
1a638959c2
|
Merge remote-tracking branch 'JoshuaEstes/feature/config'
|
2012-10-07 15:21:24 +02:00 |
Joshua Estes
|
74c344ffe4
|
bug fix
|
2012-10-03 08:41:07 -05:00 |
Joshua Estes
|
41bc8fd1b6
|
updated the help for the command
|
2012-10-03 08:38:29 -05:00 |
Joshua Estes
|
ebc67f3191
|
added the ablity to allow users the option of telling where the file they want to edit/update is
|
2012-10-03 08:23:56 -05:00 |
Joshua Estes
|
2e34ada3f0
|
updated some of the core functionality, only supports process timeout and repositories
|
2012-10-03 08:12:39 -05:00 |
Joshua Estes
|
cec8debcdc
|
added a validate schema function to make sure the user does not enter vomit into the config files
|
2012-10-03 08:12:04 -05:00 |
Joshua Estes
|
7b00dfab4c
|
updated value argument to be array
|
2012-10-03 08:11:18 -05:00 |
Joshua Estes
|
3c5500aa95
|
updated a few things, works a little nicer, but still not yet to the point where it should be
|
2012-10-02 13:33:08 -05:00 |
Joshua Estes
|
6386921f99
|
deleted the repository, added a config command that current will just list the config for either file and open vim to edit the file
|
2012-10-02 10:42:48 -05:00 |
Arnaud Le Blanc
|
0119e80c18
|
added --prefer-dist option to require command
|
2012-10-02 13:42:07 +02:00 |
Joshua Estes
|
457d0aac94
|
cleaned up and added more comments
|
2012-10-01 15:27:30 -05:00 |
Johannes M. Schmitt
|
4e769e1100
|
moved some code to a dedicated class
|
2012-10-01 19:53:30 +02:00 |
Joshua Estes
|
7be31e12ec
|
add a repository in either the global config or the local composer.json file
|
2012-10-01 11:07:53 -05:00 |
Joshua Estes
|
e416d451c1
|
blah, don't need that
|
2012-10-01 11:06:50 -05:00 |
Joshua Estes
|
ec71674826
|
added empty configuration command and updated the application class to pull it in for display
|
2012-10-01 09:19:20 -05: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 |
Ulrich Kautz
|
ccf2539462
|
Search only in name
|
2012-09-12 16:55:10 +02:00 |
Jordi Boggiano
|
5b419c76ca
|
Fix tests
|
2012-09-08 00:43:51 +02:00 |
Jordi Boggiano
|
122f66098e
|
Merge remote-tracking branch 'hason/git_config'
|
2012-09-07 23:46:46 +02:00 |
Martin Hasoň
|
3b6bd761ec
|
Set protocols for github in composer config file
|
2012-09-07 15:08:34 +02:00 |
Povilas Balzaravicius Pawka
|
bbac63821c
|
Search: initialize lowMatches as empty array.
|
2012-09-06 13:39:51 +03:00 |
Povilas Balzaravicius Pawka
|
7154ef9af7
|
search: fixed output error when no results found.
|
2012-09-06 09:16:10 +03:00 |
Jordi Boggiano
|
0689e24e83
|
Update command descriptions, fixes #1068
|
2012-09-06 00:26:04 +02:00 |
Fabien Potencier
|
b5897b291d
|
Fix PHP warning in the show command when using the -s flag
|
2012-09-03 09:40:03 +02:00 |
Mateusz Heleniak
|
aa0ff14be5
|
added --prefer-dist option
|
2012-08-31 22:25:17 +02:00 |
Jordi Boggiano
|
e2f8098f53
|
Fix depends command on 5.3, fixes #1034
|
2012-08-28 13:30:57 +02:00 |
Nils Adermann
|
01593e0628
|
Merge pull request #1015 from Seldaek/memory
Reduce memory usage by only loading packages that are actually needed, fixes #456
|
2012-08-24 11:32:33 -07:00 |
Jordi Boggiano
|
41fc6ff9ee
|
Fix formatRequirements return value, fixes #1026
|
2012-08-24 13:39:37 +02:00 |
Jordi Boggiano
|
f9f86f03ae
|
Performance improvements to create-project
|
2012-08-24 11:38:42 +02:00 |
Jordi Boggiano
|
e1bd2fd6df
|
Clean ups after feedback
|
2012-08-24 02:29:36 +02:00 |
Jordi Boggiano
|
a0903d4d35
|
Update create-project and show commands to use the new filterPackages method
|
2012-08-24 02:29:35 +02:00 |
Jordi Boggiano
|
c31d588b7d
|
Update init and depends commands to use the new filterPackages method
|
2012-08-24 02:29:34 +02:00 |
Jordi Boggiano
|
012798b179
|
Convert search command to use the filterPackages method
|
2012-08-24 02:29:34 +02:00 |
Jordi Boggiano
|
d6de4a0036
|
Rename Package interfaces to reduce BC issues
|
2012-08-24 02:29:31 +02:00 |
Jordi Boggiano
|
ef637c8f1a
|
CS fixes
|
2012-08-18 16:18:41 +02:00 |
Jordi Boggiano
|
4d84f62cd9
|
Improve consistency and formatting of verbose output for update/install
|
2012-08-18 16:01:44 +02:00 |
Jordi Boggiano
|
209d3ebfc4
|
Show detailed changes in verbose mode, refs #842
|
2012-08-18 14:34:24 +02:00 |
Jordi Boggiano
|
756c7a04fd
|
Add alias to dump-autoload
|
2012-08-18 14:33:34 +02:00 |
Jordi Boggiano
|
5b4c6f6296
|
Merge remote-tracking branch 'fixe/status-command'
Conflicts:
src/Composer/Console/Application.php
|
2012-08-18 13:45:36 +02:00 |
Clément Gautier
|
d87d010c35
|
Fixed typo
|
2012-08-16 15:56:35 +03:00 |
Jordi Boggiano
|
de4e9c4022
|
Fix InputOption requirement flags
|
2012-08-15 18:29:43 +02:00 |