Grzegorz Korba
0ee0138bed
Support for ignoring packages in `outdated` command ( #7682 )
...
* Support for ignoring packages in `outdated` command. Fixes #7656
2018-10-31 17:18:54 +01:00
Seven Du
148e503b31
Modified comment block ( #7700 )
...
* Modified comment block
2018-10-31 16:57:44 +01:00
Raffael Comi
3c543b2752
Report "same as actual" version if override package matches actual
2018-10-31 16:50:21 +01:00
Michele Locati
41458c7518
Don't call Symfony ProcessUtils::escapeArgument
2018-10-31 16:13:37 +01:00
Jordi Boggiano
38a63ba05a
Only show path for installed packages, refs #7698
2018-10-31 16:13:37 +01:00
Mariusz Zarzycki
f72e2312dc
Ran php-cs-fixer
2018-10-31 16:13:37 +01:00
Mariusz Zarzycki
77457ca474
Show command respects --path flag
...
Path added to package meta output
2018-10-31 16:13:37 +01:00
Jordi Boggiano
470d351926
Update ca-bundle
2018-10-31 16:13:37 +01:00
Jordi Boggiano
ac524e9bf3
Merge pull request #7760 from deguif/1.7
...
Fix ini_get() for boolean values
2018-10-31 16:13:22 +01:00
Jordi Boggiano
9e6a0bff71
Merge pull request #7658 from fooman/fix-non-zip-file-with-zip-ext
...
Fix regression for artifact repository
2018-10-31 16:12:55 +01:00
Jordi Boggiano
bc3854dcaf
Merge pull request #7673 from stof/patch-1
...
Fix the doc markup
2018-10-31 16:09:14 +01:00
Jordi Boggiano
8bead93343
Merge pull request #7648 from NickWilde1990/allow-plugin-commands-from-child-folders
...
Allow plugin commands to be run from child folders like core commands
2018-10-31 15:33:26 +01:00
Jordi Boggiano
359d1318f2
Merge pull request #7703 from glaubinix/t/composer-version-cache
...
Vcs Repository: add option to cache/reuse entire versions
2018-10-31 11:09:10 +01:00
François-Xavier de Guillebon
114217c6e3
Fix ini_get() for boolean values
2018-10-31 09:55:53 +01:00
Jordi Boggiano
11752864eb
Merge pull request #7735 from glaubinix/t/bitbucket-v1-API-deprecation
...
Bitbucket: switch to v2 API
2018-10-30 16:52:13 +01:00
Gabriel Caruso
2805a69e58
Simplify conditions and inline temp variables
2018-10-30 15:58:07 +01:00
Gabriel Caruso
a64b652a6b
Use func_num_args instead of counting on func_get_args
2018-10-30 15:57:27 +01:00
Alexey Kopytko
aa6d138bdc
Check for the actual warning description
2018-10-30 15:56:24 +01:00
Alexey Kopytko
20107dbf77
Ensure that a missing SSL/TLS protection warning does not pollute STDOUT
...
Fixes #7737
2018-10-30 15:56:24 +01:00
Markus Staab
67e6d6d8a4
diagnose: write warning on stderr
2018-10-30 15:53:47 +01:00
Jordi Boggiano
5d92eea170
Merge pull request #7756 from glaubinix/f/undefined-index-preprocess
...
VcsRepository: fix undefined index notice in preProcess
2018-10-30 11:39:02 +01:00
Jordi Boggiano
3a98f500b6
Merge pull request #7752 from glaubinix/t/bitbucket-redirect
...
Bitbucket: fix redirect behaviour for private repositories
2018-10-30 11:24:14 +01:00
Stephan Vock
105477218d
VcsRepository: fix undefined index notice in preProcess
2018-10-29 12:01:46 +01:00
Stephan Vock
8b8df01336
Bitbucket: fix redirect behaviour
2018-10-26 15:48:18 +02:00
Jordi Boggiano
40a0c1d411
Merge pull request #7745 from glaubinix/f/undefined-index-name
...
Fix: undefined index name in VcsRepository
2018-10-25 16:59:10 +02:00
Stephan Vock
23d37eebe6
Fix: undefined index name in VcsRepository
2018-10-24 13:52:08 +02:00
Thomas Landauer
abb6377caa
Update 05-repositories.md
...
Fixed typo.
2018-10-24 09:39:28 +02:00
Jordi Boggiano
881dae0903
Merge pull request #7725 from staabm/patch-1
...
Updated deploy php version to 7.2
2018-10-22 21:05:57 +02:00
Alexey Kopytko
e92eda5678
composer/composer#7384 : update chat note based on code review feedback
...
Co-Authored-By: dmanners <dmanners87@gmail.com>
2018-10-22 10:11:34 +02:00
Stephan Vock
819f487b38
Bitbucket: switch to v2 API
2018-10-19 14:31:17 +02:00
Markus Staab
c6da110e71
Updated deploy php version to 7.2
2018-10-17 08:53:19 +02:00
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.
2018-10-17 08:47:55 +02:00
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
2018-10-14 14:31:57 +00:00
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
2018-10-14 11:15:25 +00:00
Stephan Vock
5f2eefb49b
Vcs Repository: add option to cache/reuse entire versions
2018-10-10 14:12:38 +02:00
Kristof Ringleff, Fooman
2ed573b22d
Combine open zip call with conditional
2018-10-01 23:03:51 +13:00
Kristof Ringleff, Fooman
bcf4e94e8a
Ensure opening the zip was successful before proceeding
2018-10-01 23:03:51 +13:00
Kristof Ringleff, Fooman
add71388ca
Add failing artifact
2018-10-01 23:03:51 +13:00
Jordi Boggiano
041028920f
Merge pull request #7674 from lex111/doc-macos
...
Replace OSX with macOS
2018-09-27 15:01:57 +02:00
Alexey Pyltsyn
ed3aa1870c
Replace OSX with macOS
2018-09-27 14:00:10 +03:00
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.
2018-09-26 15:12:25 +02:00
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
2018-09-24 12:51:55 +02:00
Max
4d86414dd1
Use a case insenstive method to check that SHA384 is a supported openssl algorithm
2018-09-24 12:18:04 +02:00
Nick Wilde
14c6c2c99f
Allow plugin commands to be run from child folders as well as core commands
2018-09-16 13:12:14 -07:00
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
2018-09-13 11:17:30 +00:00
Jordi Boggiano
af677553cc
Merge branch '1.7'
2018-09-13 09:28:04 +02:00
Jordi Boggiano
0124e7b553
Revert "add removePackage() to RepositoryInterface"
...
This reverts commit cfb0d33c45
.
Fixes #7634
2018-09-13 09:27:57 +02:00
Jordi Boggiano
b441176f21
Merge remote-tracking branch 'origin/1.7'
2018-09-12 18:29:53 +02:00
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
2018-09-12 18:29:03 +02:00
Stephan Vock
896d801a30
Fix: Bitbucket getChangeDate throws exception for branches containing a slash
2018-09-12 12:01:43 -04:00