8266 Commits (e1ac0c794880e269f8600d21149d8a4c5dfa0ed5)
 

Author SHA1 Message Date
Alexey Kopytko 20107dbf77 Ensure that a missing SSL/TLS protection warning does not pollute STDOUT
Fixes #7737
6 years ago
Markus Staab 67e6d6d8a4 diagnose: write warning on stderr 6 years ago
Jordi Boggiano 5d92eea170
Merge pull request #7756 from glaubinix/f/undefined-index-preprocess
VcsRepository: fix undefined index notice in preProcess
6 years ago
Jordi Boggiano 3a98f500b6
Merge pull request #7752 from glaubinix/t/bitbucket-redirect
Bitbucket: fix redirect behaviour for private repositories
6 years ago
Stephan Vock 105477218d VcsRepository: fix undefined index notice in preProcess 6 years ago
Stephan Vock 8b8df01336 Bitbucket: fix redirect behaviour 6 years ago
Jordi Boggiano 40a0c1d411
Merge pull request #7745 from glaubinix/f/undefined-index-name
Fix: undefined index name in VcsRepository
6 years ago
Stephan Vock 23d37eebe6 Fix: undefined index name in VcsRepository 6 years ago
Thomas Landauer abb6377caa Update 05-repositories.md
Fixed typo.
6 years ago
Jordi Boggiano 881dae0903
Merge pull request #7725 from staabm/patch-1
Updated deploy php version to 7.2
6 years ago
Alexey Kopytko e92eda5678
composer/composer#7384: update chat note based on code review feedback
Co-Authored-By: dmanners <dmanners87@gmail.com>
6 years ago
Stephan Vock 819f487b38 Bitbucket: switch to v2 API 6 years ago
Markus Staab c6da110e71
Updated deploy php version to 7.2 6 years ago
jrfnl 3c173702b5 🚀 Build/Travis: test builds against PHP 7.3
Once PHP 7.3-beta came out, the `nightly` build on Travis became PHP 7.4-dev and builds haven't been tested against PHP 7.3 for months now.

As of this week, Travis has (finally) made a PHP 7.3 alias available now RC3 is out, so I've added PHP 7.3 to the matrix.
6 years ago
David Manners a1ab75a703 composer/composer#7159: make the remove command to a regex lookup on package name
- if you have multiple vendor modules installed you should be able to do composer remove vendor/* to remove all
 - update remove and also remove from alternative type to also do a preg_grep for what the user has inputed
6 years ago
David Manners 96347fbea1 composer/composer#7384: add chat to support options
- update schema documents to note that chat is allowed,
 - validate that chat must be a string and a url similar to forum options
6 years ago
Stephan Vock 5f2eefb49b Vcs Repository: add option to cache/reuse entire versions 6 years ago
Kristof Ringleff, Fooman 2ed573b22d Combine open zip call with conditional 6 years ago
Kristof Ringleff, Fooman bcf4e94e8a Ensure opening the zip was successful before proceeding 6 years ago
Kristof Ringleff, Fooman add71388ca Add failing artifact 6 years ago
Jordi Boggiano 041028920f
Merge pull request #7674 from lex111/doc-macos
Replace OSX with macOS
6 years ago
Alexey Pyltsyn ed3aa1870c Replace OSX with macOS 6 years ago
Christophe Coevoet 0ca5c6342d
Fix the doc markup
In *nix, the star needs to be part of the content, not of the markdown markup, and so it requires escaping.
6 years ago
Jordi Boggiano 7e2e231899
Merge pull request #7649 from aragon999/bugfix/fix-detection-of-supported-ssl-algos
Use a case insenstive method to check that SHA384 is a supported openssl algorithm
6 years ago
Max 4d86414dd1 Use a case insenstive method to check that SHA384 is a supported openssl algorithm 6 years ago
Nick Wilde 14c6c2c99f Allow plugin commands to be run from child folders as well as core commands 6 years ago
Ahammar Yassine 4a8c416a02
Update ValidateCommand.php
Skip publish and lock check even in strict check mode when the user want so.
Example : `composer validate --no-check-lock --strict composer.json`.
Issue : #7624
6 years ago
Jordi Boggiano af677553cc Merge branch '1.7' 6 years ago
Jordi Boggiano 0124e7b553 Revert "add removePackage() to RepositoryInterface"
This reverts commit cfb0d33c45.

Fixes #7634
6 years ago
Jordi Boggiano b441176f21 Merge remote-tracking branch 'origin/1.7' 6 years ago
Jordi Boggiano 55fec6575f
Merge pull request #7632 from glaubinix/f/bitbucket-get-change-date-branch-with-slash
Fix: Bitbucket getChangeDate throws exception for branches containing a slash
6 years ago
Stephan Vock 896d801a30 Fix: Bitbucket getChangeDate throws exception for branches containing a slash 6 years ago
Gabriel Caruso 71c8735e11 Use combined assignment operators 6 years ago
Gabriel Caruso a17f051e29 Remove useless parentheses 6 years ago
Jordi Boggiano 490f3ccd95 Merge remote-tracking branch 'origin/1.7' 6 years ago
Jordi Boggiano 9c4df4d482 Update deps 6 years ago
Jordi Boggiano a25d6f6c35 Use local repo for platform checks when possible to avoid surprises, refs #7605 6 years ago
Jordi Boggiano b99ac8505b
Merge pull request #7605 from lamp-of-god/check-requirements-no-dev
Add --no-dev option to check-platform-reqs command (#7314)
6 years ago
Jordi Boggiano a1ead0e868
Merge pull request #7565 from alcohol/add-remove-to-pkgrepointerface
add removePackage() to RepositoryInterface
6 years ago
Jordi Boggiano 92dc2cd9ad Merge branch '1.7' 6 years ago
Jordi Boggiano 29434a22c2
Merge pull request #7612 from xuanquynh/unify_composer_concept
Unify Composer concept
6 years ago
Jordi Boggiano 987bd5dd7c
Merge pull request #7590 from staabm/dump-nbclasses
Print number of classes contained within the generated classmap
6 years ago
Jordi Boggiano d65b175152
Merge pull request #7600 from johnstevenson/appveyor
Improve Appveyor caching and update PHP
6 years ago
Jordi Boggiano 95840a0ab9 Remove useless curly braces around svn args 6 years ago
Jordi Boggiano e80b560fa8
Merge pull request #7601 from johnstevenson/update-xdebug-handler
Update xdebug-handler, fixes #7596
6 years ago
Nguyen Xuan Quynh 1191bbc5f4 Unify Composer concept 6 years ago
SeRRg c279c7ca96 Add --no-dev option to check-platform-reqs command 6 years ago
johnstevenson 2023690c7d Update xdebug-handler, fixes #7596 6 years ago
johnstevenson 7dd2a0d6f9 Improve Appveyor caching and update PHP 6 years ago
Markus Staab 4d49fabbc4
Generating -> Generated 6 years ago