1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00
Commit graph

6898 commits

Author SHA1 Message Date
hanov.ruslan
38615181c6 Added doc about sort-packages config option 2015-12-21 21:59:40 +03:00
Rob
a6beb7f53d Merge pull request #4698 from WouterJ/patch-1
Improve error message about platform php version
2015-12-21 08:37:23 +01:00
Wouter J
d0e4c5f71e Use "value" instead of "setting" 2015-12-19 12:15:01 +01:00
hanov.ruslan
b298b9e8c6 Added sort-packages into config 2015-12-18 23:13:36 +03:00
Rob Bast
04fb28a9cb add possible work-around / solution 2015-12-17 14:15:07 +01:00
Rob Bast
8b12e39509 initial document 2015-12-17 10:14:39 +01:00
Jordi Boggiano
c9501a4cc1 Update dependencies, fixes #4706 2015-12-16 18:51:41 +00:00
Jordi Boggiano
29312be4df Strict typing fixes 2015-12-16 17:48:12 +00:00
Rob Bast
f25446e507 no longer allow php 7 failures 2015-12-15 10:35:39 +01:00
Alexander Loutsenko
909a679ab5 Filesystem is not needed as a property for CacheTest 2015-12-14 18:52:02 +03:00
Alexander Loutsenko
397ae2d7c8 review fixes 2015-12-14 18:50:04 +03:00
Alexander Loutsenko
fa5de786ff clean garbage dirs in tmp after composer tests #4694 2015-12-14 17:52:37 +03:00
Alexander Loutsenko
f42ba46175 #4331 use --no-auth-cache for svn downloader when such option was set 2015-12-14 15:23:15 +03:00
Wouter J
b156ad0345 Improve error message 2015-12-12 12:19:26 +01:00
Jordi Boggiano
1c525b76f8 Merge pull request #4684 from composer/revert-4672-patch-1
Revert "[ClassLoader] performance improvement: use str_replace instead of strtr"
2015-12-09 15:47:26 +00:00
Jordi Boggiano
43f7b762e5 Revert "[ClassLoader] performance improvement: use str_replace instead of strtr" 2015-12-09 15:46:46 +00:00
Rob
44bc8e019f Merge pull request #4672 from Tobion/patch-1
[ClassLoader] performance improvement: use str_replace instead of strtr
2015-12-07 17:56:35 +01:00
Sullivan SENECHAL
e0031ed4a2 Add match-constraint options to depends command 2015-12-07 15:36:18 +01:00
Rob
ecd490b249 Merge pull request #4676 from Soullivaneuh/packages-phpdoc
Improve PHPDoc for package requires
2015-12-07 15:30:26 +01:00
Sullivan SENECHAL
5d625c2231 Improve PHPDoc for package requires 2015-12-07 15:28:22 +01:00
Rob
09b644faa6 Merge pull request #4674 from Soullivaneuh/depends-doc-ouput
Update depends output on documentation
2015-12-07 09:59:17 +01:00
Rob
6f9949f752 Merge pull request #4671 from JamesRezo/doc/satis-notify-batch
add notify-batch in schema
2015-12-07 09:57:36 +01:00
Sullivan SENECHAL
0eb7e2f216 Add --with-replaces option on depends command 2015-12-06 16:50:24 +01:00
Sullivan SENECHAL
fb5ea02b49 Update depends output on documentation 2015-12-06 16:44:44 +01:00
Tobias Schultze
a76ce9b25a [ClassLoader] no need to call str_replace on Windows 2015-12-04 15:15:36 +01:00
Tobias Schultze
314741c1ec [ClassLoader] use str_replace instead of strtr 2015-12-04 14:33:04 +01:00
JamesRezo
5c2df001dd add notify-batch in schema 2015-12-04 08:41:17 +01:00
Jordi Boggiano
feefd51565 Fix custom installer example, fixes #4648 2015-12-03 16:17:58 +00:00
Rob
ee8871b2e2 Merge pull request #4670 from mishak87/patch-1
Configuration of gitlab-oauth via CLI followup
2015-12-03 16:49:10 +01:00
Michal Gebauer
ce74477899 Configuration of GitLab driver 2015-12-03 14:30:07 +01:00
Michal Gebauer
611f9dcfe2 Reordered keys gitlab comes after github 2015-12-03 14:24:26 +01:00
Rob
dc5f8cfbaa Merge pull request #4659 from mishak87/patch-1
Could not configure gitlab-oauth via CLI #3765
2015-12-03 11:43:39 +01:00
Rob
c74fa483d8 Merge pull request #4668 from mpdude/patch-1
Add a note how to use package and repository URL filters
2015-12-03 11:43:13 +01:00
Rob
824879a8d5 Merge pull request #4642 from JamesRezo/doc/satis
Satis documentation updates
2015-12-03 11:41:41 +01:00
Rob
9959d33dd0 Merge pull request #4662 from Soullivaneuh/phpdoc-completion
Depends command: Add phpdoc blocks for IDE completion
2015-12-03 11:38:29 +01:00
Matthias Pigulla
7fa72b3e6a Add a note how to use package and repository URL filters 2015-12-03 11:37:06 +01:00
Sullivan SENECHAL
d8975b5cb1 Depends command: Add phpdoc blocks for IDE completion 2015-12-02 07:58:08 +01:00
Michal Gebauer
7517a99b1c Could not configure gitlab-oauth via CLI #3765 2015-12-01 20:29:29 +01:00
Jordi Boggiano
dc06276179 Remove publish errors from diagnose command output, fixes #4652 2015-12-01 14:57:35 +00:00
Jordi Boggiano
26a74a1200 Merge pull request #4656 from alcohol/fix-php533-test
fix a 5.3.3 unit test
2015-11-30 15:11:02 +00:00
Rob Bast
c292122791 it looks like php 5.3.3 might not have openssl extension? 2015-11-30 15:51:49 +01:00
Jordi Boggiano
6d9e04c0e9 Tweak regex usage 2015-11-30 14:12:29 +00:00
Jordi Boggiano
ddd85afd32 Merge pull request #4633 from jaapio/feature/gitlabInstallPath
Adds support for gitlab installed in subfolder
2015-11-30 13:49:50 +00:00
Jordi Boggiano
b6bac0c2d3 Merge pull request #4640 from lukaswoj/docs-code-standards-link-404-error-fix
Fix broken link on Community docs page
2015-11-29 17:21:38 +00:00
Jaapio
df92cb09ab extract regex to const. To be able to reuse it 2015-11-29 13:59:54 +01:00
Rob
18add45cbf Merge pull request #4649 from jeremyFreeAgent/fix-typo
Fixed typo in the ShowCommand
2015-11-27 23:07:42 +01:00
Jérémy Romey
94daedde06 Fixed typo in the ShowCommand 2015-11-27 14:39:00 +01:00
JamesRezo
ff93bd5bf2 Typo again 2015-11-27 14:22:50 +01:00
Rob
36ee5ddf97 Merge pull request #4647 from Soullivaneuh/patch-1
Improve PHPDoc for package links
2015-11-27 14:13:49 +01:00
Sullivan SENECHAL
d9a62ffd50 Improve PHPDoc for package links 2015-11-27 12:51:04 +01:00