Jordi Boggiano
4d082f77b8
Simplify composer output to take less lines
2016-12-07 01:09:06 +01:00
Jordi Boggiano
e54c7478ee
Attempt at fixing support for git 2.11, refs #5942
2016-12-07 01:02:55 +01:00
Jordi Boggiano
1dcb2b5758
Merge remote-tracking branch 'nicolas-grekas/apcu'
2016-12-07 00:21:13 +01:00
Jordi Boggiano
d5d710421c
Update dependencies
2016-12-06 23:54:00 +01:00
Jordi Boggiano
3c1300bcaf
Allow disabling execution of operations and lock writing independently from dryRun, closes #5787
2016-12-06 23:54:00 +01:00
Jordi Boggiano
cd21d7e7d4
Merge pull request #5897 from baptistedonaux/patch-1
...
Permanent swap file tutorial proposed
2016-12-06 22:44:11 +01:00
Jordi Boggiano
47beefe94c
Merge branch '1.2'
2016-12-06 22:03:07 +01:00
Jordi Boggiano
021facff7a
Update changelog for 1.2.4
2016-12-06 22:00:44 +01:00
Jordi Boggiano
9ee17ef6ff
Fix handling of partial package listings containing replaces/provides
2016-12-06 21:56:09 +01:00
Alessandro Lai
7b966f9355
Remove reference to COMPOSER_IGNORE_XDEBUG_WARN
2016-12-06 17:48:23 +01:00
Jordi Boggiano
e9d04f2b2d
Merge branch '1.2'
2016-12-06 17:04:39 +01:00
Hans-Joachim Michl
817b2747c7
Fix #5672
...
This fixes the issue reported in #5672 .
It just makes sure the ZendGuard encoded files can be autoloaded correctly.
2016-12-06 17:02:27 +01:00
Dries Vints
58b27289d0
Do not add newlines for errors
2016-12-06 16:53:56 +01:00
Dries Vints
2ab7df5566
Do not add newlines to output
2016-12-06 16:53:46 +01:00
Nicolas Grekas
6d4e60b991
Add --apcu-autoloader option to enable APCu caching of found/not-found classes
2016-12-06 11:21:44 +01:00
Rob
fb6f6fd26c
Merge pull request #5932 from markwatney2016/patch-3
...
Fix wrong Composer package "type" example
2016-12-04 00:33:39 +01:00
Mark Watney
a8a432c580
Fix wrong Composer package "type" example
...
Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
2016-12-02 20:22:07 +01:00
Alessandro Lai
365e3feba9
[Documentation] Update troubleshooting article
...
- remove the xdebug section, since it will be irrelevant from v1.3
- add cPanel shell fork bomb protection as an other possible root cause of memory errors
2016-12-02 18:26:07 +01:00
Rob Bast
960607afc8
Merge branch '1.2' of github.com:composer/composer
...
* '1.2' of github.com:composer/composer:
semver.mwl.be moved to HTTPS
2016-12-02 10:09:28 +01:00
Rob
a9e5be2b17
Merge pull request #5928 from Slamdunk/patch-1
...
semver.mwl.be moved to HTTPS
2016-12-02 09:13:15 +01:00
Filippo Tessarotto
35a5036c3e
semver.mwl.be moved to HTTPS
2016-12-02 09:09:31 +01:00
Rob
3a3fd68b68
Merge pull request #5927 from lovett/patch-1
...
Clean up a merge conflict in repositories doc
2016-12-01 20:44:52 +01:00
Bill Lovett
9e16882d12
Clean up a merge conflict in repositories doc
...
A merge conflict slipped through recently, corrupting the page a bit.
2016-12-01 09:44:35 -05:00
Jordi Boggiano
9b730183a6
Merge branch '1.2'
2016-12-01 14:33:34 +01:00
Jordi Boggiano
f3f063e3e2
Merge pull request #5888 from alcohol/array-default
...
use array as default value
2016-12-01 14:24:41 +01:00
Jordi Boggiano
0f276e3890
Merge pull request #5907 from Rudloff/feature/status-code
...
Non-zero status code when there are outdated packages (fixes #5901 )
2016-12-01 14:22:22 +01:00
Rob Bast
873f17261c
try to fix test instead of guarding implementation
2016-12-01 14:03:20 +01:00
Jordi Boggiano
df29bbc98e
Merge pull request #5924 from alcohol/support-libressl
...
support libressl
2016-12-01 13:37:45 +01:00
Rob Bast
bcba1399c5
support libressl
...
closes #5917
2016-12-01 13:36:43 +01:00
Jordi Boggiano
193d53921b
Merge branch '1.2'
2016-12-01 00:00:32 +01:00
Jordi Boggiano
8a2f597db3
Fix tests
2016-11-30 23:56:43 +01:00
Jordi Boggiano
ce4d941b3e
Prepare 1.2.3 changelog
2016-11-30 23:56:38 +01:00
Jordi Boggiano
91e7372c6e
Backport update packagist default repo to be packagist.org
2016-11-30 22:57:11 +01:00
Jordi Boggiano
7259630cbe
Fix support for partial provider repos
2016-11-30 22:53:59 +01:00
Rob
ecf267530d
Merge pull request #5910 from debugteam/patch-1
...
disabling packagist.org did not work
2016-11-30 07:35:46 +01:00
debugteam
2333a0120e
disabling packagist.org did not work
...
While testing i found that
"packagist.org": false
didn't work to disable packagist.
I have read following issue
https://github.com/composer/composer/issues/3713
afterwards i've testet
"composer config repositories.packagist false"
did the review on the composer.json and found that
"packagist": false
actually disabled packagist.
2016-11-29 18:02:38 +01:00
Pierre Rudloff
7d52bd6ed5
Non-zero status code when there are outdated packages ( fixes #5901 )
2016-11-28 13:06:53 +01:00
Baptiste Donaux
90b79d685a
Permanent swap file tutorial proposed
2016-11-23 12:05:55 +01:00
Jordi Boggiano
f1eb787013
Merge pull request #5882 from johnstevenson/xdebug-handler-ini
...
Use random name for tmp ini and delete after use
2016-11-21 13:39:07 +01:00
johnstevenson
c1058cf37c
Fix XdebugHandler test
2016-11-21 11:52:56 +00:00
Rob Bast
7d67da3ffa
guard against non array value
2016-11-21 10:45:26 +01:00
Rob Bast
611d6a0364
use array as default value
...
rather than assigning empty array in constructor. the latter can cause
issues with mocks in some scenarios (if constructor does not get called)
2016-11-21 10:00:05 +01:00
Jordi Boggiano
0762aa1e2c
Merge pull request #5887 from sectus/windows_remote_paths
...
windows remote path treats as remote now
2016-11-21 09:40:38 +01:00
Sergey Beresnev
2717e115c8
windows remote path treats as remote now
2016-11-21 15:41:15 +08:00
Rob
75f8954e2c
Merge pull request #5886 from alcohol/fix-5884
...
mardown issue + move urls to footnotes
2016-11-21 08:19:14 +01:00
Rob Bast
4abb02dbe8
fix #5884 - mardown issues + move urls to footnotes
2016-11-21 08:19:10 +01:00
johnstevenson
379fb70ad9
Use random name for tmp ini and delete after use
...
Thanks to Patrick Rose for reporting this issue.
2016-11-20 10:59:05 +00:00
Jordi Boggiano
de9f333ec6
Merge pull request #5846 from markingman/master
...
Fixing local file VCS URLs with encoded characters
2016-11-18 19:45:28 +01:00
Jordi Boggiano
b2e1d4cb9d
Merge remote-tracking branch 'tflori/feature-getFileContent'
2016-11-18 19:37:33 +01:00
Rob
fd5fca615d
Merge pull request #5876 from copitz/patch-1
...
Add documentation for providers option
2016-11-18 14:33:33 +01:00