1
0
Fork 0
Commit Graph

117 Commits (97d077c43bfecd230cb6ed9f75034ec38ef9e0a8)

Author SHA1 Message Date
John Stevenson ae9ed20812
Update 05-repositories.md 2019-02-12 12:09:25 +00:00
Thomas Landauer abb6377caa Update 05-repositories.md
Fixed typo.
2018-10-24 09:39:28 +02:00
Jordi Boggiano c5fa3bdde0 Migrate to repo.packagist.org for package metadata 2018-07-24 09:30:06 +02:00
Nathan Purcell dcdef95785
Update example for auth.json in BitBucket config
Remove the `config` level
2018-06-21 09:02:29 +01:00
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 2018-03-23 11:37:33 +01:00
Jordi Boggiano f28feedf58 Update list of explicit VCS repo types, refs #7023 2018-01-22 14:09:36 +01:00
Gabriel Caruso 486e580db2 Clean up documentation 2017-12-30 18:11:52 -02:00
Martin Hujer 58a62dceab Change http to https where possible 2017-12-29 11:37:59 +01:00
Dane Powell 8695fd6948
Clarified language on branch naming for forks 2017-12-05 11:15:17 -08:00
Nils Adermann 90b802a732 Documentation: Wording on multi version package repo doc 2017-09-11 00:11:20 +02:00
Deamon bff904d11c add example on how to add several version of a package 2017-08-25 15:39:52 +02:00
jasonquick 5b6d954528 Clarify use of auth.json file 2017-08-04 13:29:21 -04:00
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.
2017-08-01 21:32:13 -04:00
Jordi Boggiano 1d9434af45 Merge pull request #6095 from teolaz/teolaz1990-doc-patch
Teolaz1990 doc patch
2017-06-15 14:44:46 +02:00
Mathias Brodala 112ff7b61d Fix typo in docs
Fixes a typo from #6477
2017-06-13 14:52:52 +02:00
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.
2017-06-13 08:06:13 -04:00
Christian Schnegelberger 86b2e01a8b Dead link to Mercurial
https://www.mercurial-scm.org/ <-- new one
2017-02-16 18:02:39 +01:00
Richard B. Porter 231f56b4ae use 'in the case of' instead of 'in case of' 2017-01-20 13:44:19 -06:00
Matteo 9e605c85e2 Update 05-repositories.md
another thing forgot learned here #6056 and here https://github.com/composer/composer/issues/5166#issuecomment-226110812
2017-01-10 15:19:54 +01:00
Matteo 60cf410acf Update 05-repositories.md
Another thing noted while trying to solve the problem here #6056
2017-01-10 15:09:03 +01:00
Matteo 639c0fb5ce Update 05-repositories.md
Refer to #6056
2017-01-10 13:46:33 +01:00
Jordi Boggiano 77ad36c067 More doc updates 2016-12-29 18:12:21 +01:00
Bill Lovett 9e16882d12 Clean up a merge conflict in repositories doc
A merge conflict slipped through recently, corrupting the page a bit.
2016-12-01 09:44:35 -05:00
Jordi Boggiano 193d53921b Merge branch '1.2' 2016-12-01 00:00:32 +01:00
Jordi Boggiano 91e7372c6e Backport update packagist default repo to be packagist.org 2016-11-30 22:57:11 +01:00
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.
2016-11-29 18:02:38 +01:00
Jordi Boggiano e38ebefc7e Update packagist default repo to be packagist.org 2016-11-03 11:00:40 +01:00
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.
2016-10-03 10:14:57 +02:00
bohwaz 49a94ca7fd Update docs for fossil support 2016-06-23 08:42:11 +12:00
Niels Keurentjes c9534d48c1 Made env variable parsing in path replacements generic across platforms and replaced old config.php implementation. 2016-04-13 02:02:50 +02:00
Niels Keurentjes f5422a441d Fixed Windows path separators and updated docs. 2016-04-12 23:51:28 +02:00
Niels Keurentjes 2e2cec29bd Docs for tilde expansion. 2016-04-12 13:44:26 +02:00
Andrew Marcinkevičius 19c6458e6e Fix typo 2016-03-25 13:17:29 +02:00
Peter Buri 861b2bc8e8 Introduce option to force copy instead of symlinking in PathDownloader 2016-02-22 13:41:28 +01:00
Stephen Beemsterboer d58a788485 Clarify "path" repository type version requirement 2016-01-26 22:12:06 -05:00
Jordi Boggiano 25fd5065f7 Tweak path repo docs, refs #4588 2015-11-22 16:39:17 +00:00
Ben Peachey 11c71fb09f Review feedback: fixes line length and typos. 2015-11-18 20:14:36 +01:00
Ben Peachey 9775379e64 Adds some more details about Path Repository #4412
- Mentions symlinking
- Mentions absolute paths also being supported
2015-11-15 11:26:00 +01:00
Dennis Birkholz 17636d1bd2 Use 'note' box to inform about wildcards 2015-09-18 14:23:54 +02:00
Dennis Birkholz e4435790a4 Documentation 2015-09-15 17:39:55 +02:00
Samuel ROZE 284e4761bf Add documentation about the `path` repository 2015-09-14 09:48:15 +01:00
Jordi Boggiano 976491d865 Rewrap markdown, refs #4329 2015-08-09 15:09:34 +01:00
emersonthis 5508bb8725 Clarified instructions 2015-08-04 16:54:43 -04:00
Rob Bast 6ee6074a5c more consistent ucfirst composer references 2015-06-22 11:08:23 +02:00
Rob Bast 016cc7ee19 splitting up some docs, closes #4155 2015-06-22 10:00:04 +02:00
Possum 2e99b9fdf5 Use https where possible 2015-05-04 19:37:57 +02:00
Fabien Schurter e392d1d039 Replace "an" with "a" in the docs 2015-04-28 14:42:17 +02:00
Raphael Antonmattei 7b635f835d VCS section: add requirements for the branch name
If you want to use a custom branch in your requirements in your `composer.json`, that branch must be prefixed with "dev-" or you'll get an error:
```sh
[UnexpectedValueException]
  Could not parse version constraint some-branch: Invalid version string "some-branch".
```

It took me a while to find that info, so I figured I'd rather edit the doc.
Let me know.
2015-02-25 11:46:36 -05:00
Jordi Boggiano 01476214da Tweak satis/toran/packagist docs 2015-02-24 12:49:14 +00:00
SofHad 9d84a92163 Fixed json syntax error 2015-01-16 20:59:30 +01:00