8100 Commits (81516098e5ac4fe4fb6a948ec5c6477011fda232)
 

Author SHA1 Message Date
Jordi Boggiano 81516098e5 Update target release for master 6 years ago
Jordi Boggiano 5e21826fba Merge branch '1.7' 6 years ago
Jordi Boggiano 7d273f7cd8 Update changelog 6 years ago
Jordi Boggiano 15313209d6 Merge branch '1.7' 6 years ago
Jordi Boggiano 0181f07491 Fix create-project not updating to latest commit when cache is present, fixes #7550 6 years ago
Jordi Boggiano 0dab7facbf
Merge pull request #7555 from pierredup/require-signal
Revert composer.json changes when require process stops
6 years ago
Jordi Boggiano 020d1f88c7 Improve error reporting on global command, fixes #7556 6 years ago
Jordi Boggiano b8e8cc2516 Update xdebug-handler, fixes #7517 6 years ago
Pierre du Plessis d65e1c0112
Revert composer.json changes when require process stops 6 years ago
Jordi Boggiano db13cc4960 Merge branch '1.7' 6 years ago
Daniel Karl 849f4eda56 Using cwd for 2nd process-execution (auth) in HgUtils 6 years ago
Alexander Kurilo e1a6bd5ff1 Make JSON formatter test clearer 6 years ago
Alexander Kurilo 5a22a4f1f3 Make surrogate sequences in JSON work on PHP 5.3
Fixes #7510
6 years ago
Jordi Boggiano 1e6ceea0f9 Update to latest CA bundle 6 years ago
Jordi Boggiano e718f34ba4 Properly detect rate limit errors on github before outputting messages, fixes #6621 6 years ago
Daniel Karl d87416e6d0 Using cwd for 2nd process-execution (auth) in HgUtils 6 years ago
Jordi Boggiano b9adf38571 Merge branch '1.7' 6 years ago
Jordi Boggiano 9e7d48f70e Update changelog 6 years ago
Jordi Boggiano e7a9bd3362 Attempt workaround for repo.packagist.org domain SSL on very old PHP, fixes #7530 6 years ago
Jordi Boggiano a28808752d Attempt workaround for repo.packagist.org domain SSL on very old PHP, fixes #7530 6 years ago
Jordi Boggiano 7ea15eec6c Merge branch '1.7' 6 years ago
Jordi Boggiano a74b63985e Avoid filtering dev-require packages when loading plugins/scripts, fixes #7516 6 years ago
Jordi Boggiano 2f6d9741e7
Merge pull request #7515 from dzuelke/patch-1
Fix 1.7.0 changes link
6 years ago
David Zülke a5037385d1
Fix 1.7.0 changes link 6 years ago
Jordi Boggiano a1179aa4a7 Update changelog 6 years ago
Jordi Boggiano 0fdf746ebe Fix --no-plugins not working in certain edge cases 6 years ago
Jordi Boggiano 73f14c0c7c Fix output when loading zips from cache, fixes #7498 6 years ago
Rob a53b3c6b66
Merge pull request #7501 from kassner/patch-1
Do not dump source and dist for metapackages
6 years ago
Rafael Kassner 42739e7959 Do not dump source and dist for metapackages 6 years ago
Jordi Boggiano de6432f5f0 Show overridden php version in diagnose command, fixes #7497 6 years ago
Jordi Boggiano 35389f1cc2
Merge pull request #7495 from nicolas-grekas/resp-exc
Make RemoteFilesystem::getRemoteContents() report response headers also on exceptions
6 years ago
Nicolas Grekas a3bbcf9c77 Make RemoteFilesystem::getRemoteContents() report response headers also on exceptions 6 years ago
Jordi Boggiano 9bc578e24a Fix warning tag name, fixes #7494 6 years ago
Jordi Boggiano d73aef5c8a Respect --no-plugins flag when firing pre-command-run event 6 years ago
Jordi Boggiano 8eae15182c
Merge pull request #7487 from staabm/patch-1
Fixed typo
6 years ago
Jordi Boggiano f70f1c3019
Merge pull request #7488 from staabm/patch-2
Fixed typo
6 years ago
Markus Staab eb94f8346a
Fixed typo 6 years ago
Markus Staab 76bf6bdf97
Fixed typo 6 years ago
Jordi Boggiano 158e1c95da Prepare changelog 6 years ago
Jordi Boggiano ff59bbdab0 CS fixer 6 years ago
Jordi Boggiano 02d56da414 Update deps 6 years ago
Jordi Boggiano 3f9e85a4c3 Merge remote-tracking branch 'unglud/feature/show-tree-json' 6 years ago
Jordi Boggiano c5fa3bdde0 Migrate to repo.packagist.org for package metadata 6 years ago
Jordi Boggiano 2f69739c1a Merge remote-tracking branch 'origin/1.6' 6 years ago
Jordi Boggiano fd25474660
Merge pull request #7483 from TomasVotruba/patch-2
[docs] basic usage - promote safe version range
6 years ago
Tomáš Votruba 10f707e316
basic usage - promote safe version range
I'm aware this just an example, but it [leads readers to see it a best practise](40642df5ec (r29802440)).

Having code with `"php": ">=5.4.0"` is pretty dangerous and will probably break with next major version.

```json
{
    "require": {
        "php": "^5.4"
    }
}
```

```json
{
    "require": {
        "php": "^7.1"
    }
}
```

is much more safer. Promoting best and proven practise should from *Basic usage* helps people to use composer the best way they can.

What do you think?
6 years ago
Rob Bast 0db48b4f2e
addendum to #7428 6 years ago
Jordi Boggiano 00fdb5555c Update lock file 6 years ago
Jordi Boggiano d5a9d86ee4 Undo reformatting from #7441 6 years ago
Jordi Boggiano 1983a450b4 Use rawurldecode instead of urldecode, fixes #7407 6 years ago