1
0
Fork 0
Commit Graph

155 Commits (81b662d3888b7e1a0f81377c3f9aceb77fad3ab8)

Author SHA1 Message Date
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
Bastian Hofmann 2612dc7c15 fixed typo 2014-09-24 15:30:48 +02:00
Bastian Hofmann f8023cffdf renamed cache-credentials to svn-cache-credentials 2014-09-24 13:24:54 +02:00
Bastian Hofmann 204fc207fa Moved config option to not save subversion credentials to repository configuration, added documentation. 2014-09-16 15:16:55 +02:00
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 2014-05-19 12:17:07 +02:00
Nils Adermann a80fde97d5 Make the github driver behave like git if "no-api" is specified. 2014-02-24 19:36:56 +01:00
Florian Weber 3b25703f35 Replace %name% with %package% in 05-repositories.md 2014-01-28 00:27:15 +01:00
Elliott Peay c14e277476 Update 05-repositories.md
Typo, which is best addressed as a small rewrite.
2013-10-28 17:28:26 -04:00
zweifisch 876314a58d Update 05-repositories.md 2013-09-15 22:37:16 +08:00
Jordi Boggiano db22befc76 Add warning to docs about package repos, refs #2011 #563 2013-06-18 14:43:21 +02:00
Jordi Boggiano 670b36238a Add docs about package-path, refs #1819 2013-04-27 17:39:12 +02:00
Jordi Boggiano 1b030a76d4 CS and wording fixes, refs #1728 2013-04-27 17:32:35 +02:00
Jordi Boggiano e50173ff93 Merge remote-tracking branch 'nfx/artefact-repo-type' 2013-04-27 17:26:02 +02:00
Serge Smertin be0c1b0c2e fixed typo in doc 2013-04-20 13:36:45 +02:00
Serge Smertin 5c46affdd5 changed documentation typo 2013-04-03 23:45:31 +02:00
Jordi Boggiano 4a5f1babf7 Add note about package naming in VCS repos/fork, fixes #1761 2013-04-03 09:17:46 +02:00
Serge Smertin 83bb38de56 added documentation entry about artifact usage 2013-03-31 21:08:11 +02:00
Jordi Boggiano 545372172d Document provider-includes 2013-02-21 17:41:16 +01:00
Johnny Robeson fade050d19 Fix github url in vcs repository example 2013-01-12 13:33:42 -05:00
Jordi Boggiano 5b24a48827 Allow disabling svn branches/tags, fixes composer/satis#43 2012-12-08 17:41:46 +01:00
Igor Wiedler 2ef741626d [docs] notify_batch is no longer URL template 2012-11-30 17:29:56 +01:00
Igor Wiedler c441f94d1a [docs] Update repositories notify_batch title 2012-11-30 17:29:15 +01:00
Igor Wiedler 2b48d6835b [docs] Remove mention of deprecated non-batch notification API 2012-11-30 17:08:01 +01:00
Igor Wiedler ae2c3e8ddb [docs] Batch notification API 2012-11-30 16:55:04 +01:00
Jordi Boggiano 62c1756fc4 Clarify headings of VCS repo docs 2012-11-08 15:18:13 +01:00
Jordi Boggiano 1fb2a1cbaf Merge remote-tracking branch 'gajdaw/bitbucket'
Conflicts:
	doc/05-repositories.md
2012-11-08 15:17:54 +01:00
Jordi Boggiano 77220b380c Merge pull request #1291 from igorw/inline-alias-doc
Link to the aliases article from schema and repositories docs
2012-11-08 06:00:36 -08:00
Włodzimierz Gajda 6569963358 BitBucket private repo 2012-11-07 17:04:44 +01:00
Igor Wiedler 2b7b7606ab Replace nl2.php.net link with plain php.net one 2012-11-07 14:19:45 +01:00
Igor Wiedler f089521919 Link to the aliases article from schema and repositories docs
Closes #1179.
2012-11-07 13:11:18 +01:00
Jordi Boggiano 75c0d5592d Add subversion repo options docs 2012-10-19 12:31:05 +02:00
Jonathon Hill 02d5d5219b English corrections and clarifications
Updated the PEAR `vendor-alias` documentation for clarity and proper English
2012-10-16 15:32:07 -03:00
Jordi Boggiano 81a7d40428 Merge remote-tracking branch 'timheil/master' 2012-10-08 19:31:49 +02:00
Sander Marechal 3e63ebf7fe Add stream context options documetation 2012-10-03 20:32:00 +02:00
Pascal Borreli 9c76d89121 Fixed typo 2012-09-10 09:22:13 +00:00
Igor Wiedler d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 2012-08-29 22:30:47 +02:00
Tim Heil f2ba19ace2 Troubleshooting ... some lessons learnt 2012-08-27 22:09:00 +02:00
Tim Heil 068e1f3615 Add sub-headlines to Repositories chapter 2012-08-27 14:06:55 +02:00
Jordi Boggiano 036c81b1cc Fix package name in docs 2012-08-21 16:04:11 +02:00
Ben Waine 1ca478de85 Added a small clarification to the 05-repositories article to
make it clearer how to use version constraints when making use
of your own VCS repository.
2012-08-15 11:04:32 +01:00
Stefano Sala 89658a753b Fixing custom repository sample code (missing url) 2012-07-23 16:01:49 +02:00
Jordi Boggiano c065b5251d Update repo docs 2012-07-18 15:32:54 +02:00
Alexey Prilipko 22aef0124e Revert Locker change, ignore PEAR packages whose version cannot be parsed. 2012-07-03 19:18:58 +11:00
Alexey Prilipko 9ba3deb91b Fix text spacing and remove excess getInstallPath call in LibraryInstaller::update 2012-07-03 19:18:58 +11:00
Alexey Prilipko 3ff941ed30 Add docs for 'vendor-alias' 2012-07-03 19:11:57 +11:00
Jordi Boggiano 48f66f66fb Add autoload example to the package repository docs for clarity 2012-06-21 14:03:31 +02:00
Jonathan Ingram 2dea55cdbb Change master-dev to dev-master 2012-06-12 08:50:36 +10:00
Igor Wiedler 3b40771089 [docs] Remove false information about recursive include fields 2012-04-26 19:04:06 +02:00
Igor Wiedler 8dd2a72e8d [docs] Remove mentions of version_normalized
People will get it wrong so it would possibly cause more harm than good
2012-04-26 19:02:27 +02:00
Igor Wiedler f6259263ad [docs] Update composer repository specification 2012-04-26 17:19:39 +02:00
Igor Wiedler 3cccc29b55 [improve-docs] Explain what the root package is, refs #500 2012-04-13 14:35:13 +02:00
Mateusz Heleniak 219751b0ad fixed typo 2012-03-26 21:18:12 +03:00
Jordi Boggiano 04d2acda29 Add docs about satis & why repositories are not loaded recursively 2012-03-23 20:58:12 +01:00
Jordi Boggiano 142d5785f4 Updated docs 2012-03-09 18:33:05 +01:00
Jordi Boggiano f3c4b8661d finish updating links to .md 2012-03-08 00:18:03 +01:00
Travis Northcutt cee5fed25f added prev/next links to docs 2012-03-07 23:36:27 +01:00
Igor Wiedler 4da3d1fac0 [docs] move docs on disabling packagist to repositories chapter, fixes #362 2012-03-07 00:18:29 +01:00
Jordi Boggiano 605fae42a6 Remove fenced blocks in docs 2012-02-29 15:56:53 +01:00
Igor Wiedler 765c1774a9 [docs] inconvenient typo 2012-02-26 14:16:08 +01:00
Igor Wiedler 672e7d85a1 [docs] re-word some things, document env vars 2012-02-26 12:40:35 +01:00
Igor Wiedler 9cc02a7596 [docs] minor fixes 2012-02-20 16:10:38 +01:00
Igor Wiedler b71db7607d [docs] fix smarty source reference 2012-02-20 16:06:28 +01:00
Igor Wiedler 1dc25641c0 [docs] wrap newlines at 80 chars 2012-02-20 15:41:05 +01:00