135 Commits (a3f9d300f3ec0be2150d53be0e4f814460800346)

Author SHA1 Message Date
Dan Wallis a3f9d300f3
Escape special characters in Markdown files 4 years ago
Jordi Boggiano 0d236858ec
Merge branch '1.10' 4 years ago
Nils Adermann b12b50c679 Docs: Remove unnecessary uses of simple/easy
They only serve to make anyone reading the docs who doesn't find
something as simple or easy as stated feel bad about themselves, they
don't add anything valuable to the docs in these cases.
4 years ago
Jordi Boggiano a2c1269488
Make linking less verbose 4 years ago
Frank Prins 53b0930287 Move some duplicate documentation, link across multiple pages and clarify some texts 4 years ago
Jordi Boggiano bafdf9f705
Merge branch '1.10' 4 years ago
Nicolas Grekas 893fbfcb89 Add support for "extra.branch-version" 4 years ago
Frank Prins 78f9dd73ce Rename handling private packages page to better reflect content 4 years ago
Frank Prins e90e08dc26 Revert rename of handling private packages with satis page to split off to new CR. 4 years ago
Frank Prins 6a2f91a0e0 Process review comments 4 years ago
Frank Prins 45d104ab83 Document authentication for private packages 4 years ago
Wissem Riahi 657ae5519e
Add support for TAR in Artifact packages (#9105) 4 years ago
Ayesh Karunaratne 6e3efabbfc
Multiple grammar fixes in markdown files 4 years ago
Jordi Boggiano 44a4429978
Remove PEAR installer/downloader/repos/..., fixes #8778 4 years ago
Ayesh Karunaratne 280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically 4 years ago
Jordi Boggiano 059c009179
Docs fixes
Co-Authored-By: Nils Adermann <naderman@naderman.de>
4 years ago
Jordi Boggiano b6bad4eef6
Add options to configure repository priorities 4 years ago
Carlos Buenosvinos dc774a9409
[DOCUMENTATION] Improve folder structure figure in "Path" type 4 years ago
John Stevenson ae9ed20812
Update 05-repositories.md 5 years ago
Thomas Landauer abb6377caa Update 05-repositories.md
Fixed typo.
6 years ago
Jordi Boggiano c5fa3bdde0 Migrate to repo.packagist.org for package metadata 6 years ago
Nathan Purcell dcdef95785
Update example for auth.json in BitBucket config
Remove the `config` level
6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
Jordi Boggiano f28feedf58 Update list of explicit VCS repo types, refs #7023 6 years ago
Gabriel Caruso 486e580db2 Clean up documentation 6 years ago
Martin Hujer 58a62dceab Change http to https where possible 6 years ago
Dane Powell 8695fd6948
Clarified language on branch naming for forks 7 years ago
Nils Adermann 90b802a732 Documentation: Wording on multi version package repo doc 7 years ago
Deamon bff904d11c add example on how to add several version of a package 7 years ago
jasonquick 5b6d954528 Clarify use of auth.json file 7 years ago
jasonquick 88b88319b5 Improve BitBucket driver usage documentation
Clarified and expanded the documentation for private repositories using the BitBucket driver. Emphasized the use of the COMPOSER_AUTH variable to encourage people not to save their credentials in composer.json. Pointed out that git endpoints don't seem to work.
7 years ago
Jordi Boggiano 1d9434af45 Merge pull request #6095 from teolaz/teolaz1990-doc-patch
Teolaz1990 doc patch
7 years ago
Mathias Brodala 112ff7b61d Fix typo in docs
Fixes a typo from #6477
7 years ago
Michael King e7d2682204 Example of disabling packagist.org globally
Obviously this is not a common use case, but it is good for isolated networks. As far as I could tell, this was not documented, but I figured it out by looking through the code.
7 years ago
Christian Schnegelberger 86b2e01a8b Dead link to Mercurial
https://www.mercurial-scm.org/ <-- new one
7 years ago
Richard B. Porter 231f56b4ae use 'in the case of' instead of 'in case of' 7 years ago
Matteo 9e605c85e2 Update 05-repositories.md
another thing forgot learned here #6056 and here https://github.com/composer/composer/issues/5166#issuecomment-226110812
7 years ago
Matteo 60cf410acf Update 05-repositories.md
Another thing noted while trying to solve the problem here #6056
7 years ago
Matteo 639c0fb5ce Update 05-repositories.md
Refer to #6056
7 years ago
Jordi Boggiano 77ad36c067 More doc updates 7 years ago
Bill Lovett 9e16882d12 Clean up a merge conflict in repositories doc
A merge conflict slipped through recently, corrupting the page a bit.
8 years ago
Jordi Boggiano 193d53921b Merge branch '1.2' 8 years ago
Jordi Boggiano 91e7372c6e Backport update packagist default repo to be packagist.org 8 years ago
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.
8 years ago
Jordi Boggiano e38ebefc7e Update packagist default repo to be packagist.org 8 years ago
Rob Bast 7377db32ae
remove 'includes' references from docs
Relates to #5739 - we do not want to mention attributes/properties that
are considered legacy and/or deprecated.

Also reflowed some lines.
8 years ago
bohwaz 49a94ca7fd Update docs for fossil support 8 years ago
Niels Keurentjes c9534d48c1 Made env variable parsing in path replacements generic across platforms and replaced old config.php implementation. 8 years ago
Niels Keurentjes f5422a441d Fixed Windows path separators and updated docs. 8 years ago
Niels Keurentjes 2e2cec29bd Docs for tilde expansion. 8 years ago