Jordi Boggiano
c6cc6dd607
Advise the use of absolute paths, fixes #4259
2015-07-21 14:46:38 +01:00
Rob Bast
d8d2bcadde
added some links and some restructuring
2015-06-30 15:49:00 +02:00
Rob Bast
50db9393e5
better phrasing / structure + moved version testing link
2015-06-30 15:49:00 +02:00
Rob Bast
10b813fc40
reworking basic usage, added versions article
2015-06-30 15:49:00 +02:00
Sam Minnee
5cd1b6d56f
Added documentation about -stable suffix in version range comparison. Fixes #4080 .
2015-06-30 13:10:16 +01:00
Hannes Van De Vreken
93f73ecc8c
Link to semver version constraint tester
2015-04-14 09:21:48 +02:00
Morgan Campbell
7cb9b9a985
Update 01-basic-usage.md
...
Added a missing "the" so the sentence flows a little better.
2015-03-25 08:32:29 -05:00
findstar
82831bec13
I think 'dump-autoload' command is more proper.
2015-01-28 15:07:44 +09:00
Arfan
70007fee4e
Typo edited.
...
Silly typo edit.
2014-12-21 02:18:29 +05:30
Rob
d26f817cfd
rewriting some documentation sections
2014-12-13 18:59:14 +01:00
Jordi Boggiano
4a3bc58adf
Fix formatting
2014-12-10 15:36:16 +00:00
Jordi Boggiano
f363f9d370
Add support for caret (^) operator
2014-12-08 15:39:52 +00:00
Jordi Boggiano
ebab9db27a
Add support for hyphen ranges
2014-12-08 13:44:42 +00:00
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