64 Commits (358b798ac36e9a97aa4f076474631beeed31a722)

Author SHA1 Message Date
Jordi Boggiano c6cc6dd607 Advise the use of absolute paths, fixes #4259 9 years ago
Rob Bast d8d2bcadde added some links and some restructuring 9 years ago
Rob Bast 50db9393e5 better phrasing / structure + moved version testing link 9 years ago
Rob Bast 10b813fc40 reworking basic usage, added versions article 9 years ago
Sam Minnee 5cd1b6d56f Added documentation about -stable suffix in version range comparison. Fixes #4080. 9 years ago
Hannes Van De Vreken 93f73ecc8c Link to semver version constraint tester 9 years ago
Morgan Campbell 7cb9b9a985 Update 01-basic-usage.md
Added a missing "the" so the sentence flows a little better.
9 years ago
findstar 82831bec13 I think 'dump-autoload' command is more proper. 10 years ago
Arfan 70007fee4e Typo edited.
Silly typo edit.
10 years ago
Rob d26f817cfd rewriting some documentation sections 10 years ago
Jordi Boggiano 4a3bc58adf Fix formatting 10 years ago
Jordi Boggiano f363f9d370 Add support for caret (^) operator 10 years ago
Jordi Boggiano ebab9db27a Add support for hyphen ranges 10 years ago
Jordi Boggiano 69ef80124f Add support for capital X in 3.X and || for OR 10 years ago
Jordi Boggiano ca168d478b Spaces are now equivalent to comma in constraints and mean AND 10 years ago
Jordi Boggiano efcdd35cbf Damn 10 years ago
Jordi Boggiano 241627659e Fix formatting bug 10 years ago
Jordi Boggiano 1cbd1a7ba8 Examplify chars and reword, closes #3212 10 years ago
Jordi Boggiano 52308d7db6 Merge pull request #3309 from NAYZO/patch-1
Update 01-basic-usage.md
10 years ago
Ala Eddine Khefifi 03ee649147 Update 01-basic-usage.md 10 years ago
Ala Eddine Khefifi fc986d76c8 Update 01-basic-usage.md 10 years ago
Luis Cordova 1bc6158cd8 note special case for ~1 cases
referenced from https://github.com/symfony/symfony-docs/pull/4267/files#r18030609
10 years ago
Jordi Boggiano 44e25be06d Use inline html to work around parsedown bug, fixes composer/getcomposer.org#68 10 years ago
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 10 years ago
Jordi Boggiano 355dc67038 Tweak wording a bit 10 years ago
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
10 years ago
Jordi Boggiano 8775a89710 deprecate target-dir and update docs to recommend psr-4, refs #2459 11 years ago
Igor Wiedler 30b5d2f1fc Document logical OR constraints 11 years ago
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.
11 years ago
Drak 6c4cee62fe Missing backslashes. 11 years ago
Jordi Boggiano 069109e0f0 Add readme entry to lock file to explain what it is 11 years ago
Igor Wiedler d7d0b19e68 [docs] Link semantic versioning to semver.org 11 years ago
Jordi Boggiano 97fdcd7207 Clarify tilde operator docs 12 years ago
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 12 years ago
Jordi Boggiano c471afab95 Add note about stability flags and min stability to the basic usage docs, fixes #1403 12 years ago
Jordi Boggiano 83cd5dd092 Change docs URLs to point to HTTPS versions of the sites 12 years ago
Jordi Boggiano 9e90db45b3 Add docs for ~ operator 12 years ago
Jordi Boggiano 7b31abade1 Rewrap docs 12 years ago
Артём Курапов d81525f91c More specific autoloading dir 12 years ago
ffguru daea0c76cc correct path of autoload_namespaces.php 12 years ago
Jordi Boggiano f1320bf7a1 Update docs about operators 12 years ago
Włodzimierz Gajda 8ebbd8f874 Basic usage: lock filename fix 12 years ago
Jordi Boggiano b356c30c5c Remove rogue. dot 12 years ago
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 12 years ago
Ulrich b8d5cfddb9 Found duplicate word. 12 years ago
Igor Wiedler a2eeeab79a [improve-docs] Mention classmap autoloading in basic-usage 12 years ago
Igor Wiedler ea19aba18c [docs] move lib lockfile notes into lib chapter 12 years ago
Igor Wiedler d0cfe35265 [docs] clarify lock file insignificance for libs, closes #504 12 years ago
Tony Lemke 108c921fde corrected namespace for Logger::WARNING 12 years ago
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 12 years ago