1
0
Fork 0
Commit Graph

101 Commits (a3f9d300f3ec0be2150d53be0e4f814460800346)

Author SHA1 Message Date
Jordi Boggiano 69ef80124f Add support for capital X in 3.X and || for OR 2014-12-08 12:59:01 +00:00
Jordi Boggiano ca168d478b Spaces are now equivalent to comma in constraints and mean AND 2014-12-07 18:07:29 +00:00
Jordi Boggiano efcdd35cbf Damn 2014-09-30 00:39:21 +01:00
Jordi Boggiano 241627659e Fix formatting bug 2014-09-30 00:38:39 +01:00
Jordi Boggiano 1cbd1a7ba8 Examplify chars and reword, closes #3212 2014-09-30 00:37:28 +01:00
Jordi Boggiano 52308d7db6 Merge pull request #3309 from NAYZO/patch-1
Update 01-basic-usage.md
2014-09-30 00:34:36 +01:00
Ala Eddine Khefifi 03ee649147 Update 01-basic-usage.md 2014-09-29 11:01:02 +01:00
Ala Eddine Khefifi fc986d76c8 Update 01-basic-usage.md 2014-09-29 10:40:29 +01:00
Luis Cordova 1bc6158cd8 note special case for ~1 cases
referenced from https://github.com/symfony/symfony-docs/pull/4267/files#r18030609
2014-09-25 08:27:10 -05:00
Jordi Boggiano 44e25be06d Use inline html to work around parsedown bug, fixes composer/getcomposer.org#68 2014-06-05 09:42:52 +02:00
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 2014-05-19 12:17:07 +02:00
Jordi Boggiano 355dc67038 Tweak wording a bit 2014-03-31 16:33:11 +02:00
Haralan Dobrev aa1745ce2a Specify how ~ constraints handle pre-releases
The "next significant release" a.k.a as the tilde version constraint
would not install a pre-release (alpha, beta, RC) which is not in the same
version namespace.

But in the examples so far it was shown as `~1.2` equals `>=1.2,<2.0` which
would actually install `2.0-beta.1`, because it the pre-release is before
the `2.0` release.

See https://github.com/composer/getcomposer.org/issues/64
2014-03-30 23:33:30 +03:00
Jordi Boggiano 8775a89710 deprecate target-dir and update docs to recommend psr-4, refs #2459 2014-01-03 16:46:56 +01:00
Igor Wiedler 30b5d2f1fc Document logical OR constraints 2013-10-02 12:55:29 +02:00
Igor Wiedler 1c2213ef5d Format the possible version formats as a table
Note I: This syntax is supported by MarkdownExtra, which both getcomposer
and github are using.

Note II: This patch currently breaks the PDF, because pandoc does not like
non-standard markdown tables. Ideas for fixing this appreciated.

Note III: The idea for this patch came up a few weeks ago on IRC. We
agreed back then that a table would be a good idea.

Note IIII: This patch creates a stability section which opens the door for
finally documenting how stability works in the composer docs.
2013-10-02 01:11:53 +02:00
Drak 6c4cee62fe Missing backslashes. 2013-06-06 20:50:43 +02:00
Jordi Boggiano 069109e0f0 Add readme entry to lock file to explain what it is 2013-04-08 18:15:08 +02:00
Igor Wiedler d7d0b19e68 [docs] Link semantic versioning to semver.org 2013-03-06 19:45:54 +01:00
Jordi Boggiano 97fdcd7207 Clarify tilde operator docs 2013-02-19 16:11:49 +01:00
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 2013-02-18 17:56:13 +01:00
Jordi Boggiano c471afab95 Add note about stability flags and min stability to the basic usage docs, fixes #1403 2012-12-08 20:50:48 +01:00
Jordi Boggiano 83cd5dd092 Change docs URLs to point to HTTPS versions of the sites 2012-11-08 15:10:26 +01:00
Jordi Boggiano 9e90db45b3 Add docs for ~ operator 2012-10-19 14:33:46 +02:00
Jordi Boggiano 7b31abade1 Rewrap docs 2012-07-17 16:13:13 +03:00
Артём Курапов d81525f91c More specific autoloading dir 2012-07-17 16:06:51 +03:00
ffguru daea0c76cc correct path of autoload_namespaces.php 2012-07-13 21:45:32 +03:00
Jordi Boggiano f1320bf7a1 Update docs about operators 2012-06-22 16:04:44 +02:00
Włodzimierz Gajda 8ebbd8f874 Basic usage: lock filename fix 2012-06-21 10:12:27 +02:00
Jordi Boggiano b356c30c5c Remove rogue. dot 2012-04-27 20:53:32 +03:00
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 2012-04-19 21:55:35 +02:00
Ulrich b8d5cfddb9 Found duplicate word. 2012-04-16 12:48:12 +03:00
Igor Wiedler a2eeeab79a [improve-docs] Mention classmap autoloading in basic-usage 2012-04-13 12:06:53 +02:00
Igor Wiedler ea19aba18c [docs] move lib lockfile notes into lib chapter 2012-03-27 23:18:34 +02:00
Igor Wiedler d0cfe35265 [docs] clarify lock file insignificance for libs, closes #504 2012-03-27 22:49:35 +02:00
Tony Lemke 108c921fde corrected namespace for Logger::WARNING 2012-03-21 11:37:38 +01:00
Ryan Weaver caf29268be Tweaks per @igorw and @Seldaek. Biggest change is the capitalization of Composer (in these first 2 chapters so far) when we're talking about the actual library 2012-03-15 07:53:34 -05:00
Ryan Weaver 37b4edc25d Fixing typo per @stof 2012-03-14 00:25:17 -05:00
Ryan Weaver 903eff10eb Proofreading the first and second chapters of the very well-written docs
Changes are mostly wording, rephrasing. I did remove some duplicate content between the intro and the basic usage
2012-03-13 22:16:30 -05:00
Wil Moore III 1ee715ead5 updated intro and basic-usage to reflect new --install-dir option 2012-03-07 22:41:29 -07:00
Travis Northcutt cee5fed25f added prev/next links to docs 2012-03-07 23:36:27 +01:00
Jordi Boggiano 605fae42a6 Remove fenced blocks in docs 2012-02-29 15:56:53 +01:00
Igor Wiedler 672e7d85a1 [docs] re-word some things, document env vars 2012-02-26 12:40:35 +01:00
Michael Cullum 0accac7974 Fix links broken due to newlines. 2012-02-20 22:58:13 +00:00
Igor Wiedler c42e37037a [docs] wrap all lines to 80 chars 2012-02-20 11:08:18 +01:00
Igor Wiedler c8f3fa5800 [docs] add cli sample to quote block 2012-02-19 23:01:05 +01:00
Igor Wiedler 31a75f06da [docs] put notes into quote blocks to highlight them 2012-02-19 22:58:36 +01:00
Igor Wiedler f4984e9a1e [docs] first parts of the libraries chapter 2012-02-18 20:03:24 +01:00
Igor Wiedler 33f49462bd [docs] adjust wildcard version constraint explanation 2012-02-18 18:42:06 +01:00
Igor Wiedler b56ae1a484 [docs] add section about packagist 2012-02-18 18:15:57 +01:00
Igor Wiedler e825ceaea0 [docs] basic usage chapter 2012-02-18 18:11:00 +01:00