Sean McBride
7328f5e5db
Renamed the only file with a quote character to remove it ( #10542 )
...
The quote character can be problematic and as this is the only one, just removing it makes the codebase more compatible with other systems that forbid the character as a matter of policy.
2022-02-19 12:49:55 +01:00
Jordi Boggiano
4376153912
Improve untrusted package install docs
2022-02-16 14:50:38 +01:00
gnito-org
239638e687
Fix minor spelling & grammar issues in docs ( #10370 )
2021-12-19 15:15:21 +01:00
jakobvibe
15934a083c
Added link to composer-allow-superuser ( #10215 )
2021-10-26 17:43:03 +02:00
Wouter de Jong
bb128c465c
Capitalize Composer in the docs
2021-10-25 13:11:56 +02:00
Wouter de Jong
6aec6ecbfa
Use `composer.phar` consistently in the examples
2021-10-25 13:11:41 +02:00
Markus Staab
b8e2fcd33d
Fix reference to main branch ( #10173 )
2021-10-17 13:51:25 +02:00
Ulrich Eckhardt
b4cff190a8
Remove dependency on wget from install docs
...
Some people have wget, others have cURL, but we all have PHP. ;)
2021-01-21 14:33:49 +01:00
Guilliam Xavier
54a537e9b3
Docs: Fix sentence after reformulation
2020-10-26 11:56:40 +01:00
Jordi Boggiano
0d236858ec
Merge branch '1.10'
2020-10-24 09:59:46 +02:00
Nils Adermann
b12b50c679
Docs: Remove unnecessary uses of simple/easy
...
They only serve to make anyone reading the docs who doesn't find
something as simple or easy as stated feel bad about themselves, they
don't add anything valuable to the docs in these cases.
2020-10-23 21:52:05 +02:00
Ivan Zugec
2b4e9742c4
capitalised the word "But" in point 3.
...
Just capitalised the word `But`.
2020-09-02 12:32:49 +10:00
Ayesh Karunaratne
6e3efabbfc
Multiple grammar fixes in markdown files
2020-07-01 02:43:13 +07:00
Jordi Boggiano
eeca9f68ad
Merge branch '1.10'
2020-04-08 10:34:45 +02:00
Jordi Boggiano
577a7e3626
Add an example using type:* syntax
2020-04-08 09:50:46 +02:00
Tianni
a47f44bc61
docs updated install package custom path
2020-04-08 09:50:35 +02:00
Klaus
9940271c6e
rename signature to checksum
2020-02-11 09:11:45 +01:00
Will Otterburn
6d58b13ee4
Update installer commit to fix SHA384 bug
...
Installer linked is affected by #7669
2019-01-29 18:03:03 +00:00
Jordi Boggiano
008475dee7
Use lowercase sha in docs
2018-11-06 14:55:46 +01:00
dtranmobil
900e3b65db
Update why-can't-composer-load-repositories-recursively.md ( #7690 )
2018-10-31 18:12:20 +01:00
Sam Pablo Kuper
d7645a83a2
Document the versioning system used by Composer.
...
Fixes #7356 .
2018-05-31 23:55:20 +01:00
Hugo Locurcio
a06ae28c69
Improve grammar in the programmatic Composer installation page
2018-04-24 17:45:51 +02:00
Moviuro
75be28d4a3
how-to-install-composer-programmatically.md: quotes are seatbelts
2018-04-03 15:02:24 +02:00
Sven Luijten
8f65518ed3
Avoid using 'just' in documentation
2018-03-23 11:37:33 +01:00
István Palócz
6ae8e340c1
Update how-do-i-install-a-package-to-a-custom-path-for-my-framework.md
...
Title changed
2018-01-12 13:37:42 +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
andrewryantech
a6d0ecd13f
Update why-can't-composer-load-repositories-recursively.md
2017-09-05 08:55:37 +10:00
Nick Booher
222440c7f2
Rename how-do-i-install-composer-programmatically.md to how-to-install-composer-programmatically.md
2017-05-19 06:17:38 -05:00
Nick Booher
c79d4b6a9f
Fix grammar and match form of similar questions
2017-05-18 14:15:27 -05:00
Jordi Boggiano
363bab90fa
Replace toran
2017-02-10 13:32:08 +01:00
Viktor Szépe
d0918b0594
Make download shell script PSR-2 compatible
...
Avoid `else`
2016-11-04 23:25:21 +01:00
Michael Käfer
a5c2fa491b
typo
...
to -> do
2016-07-09 09:43:40 +02:00
Yannick Carrière
3bfb4700f4
error in string comparison
...
The double equal (==) with single quote condition for string comparison gives a unexpected operator error.
2016-06-29 08:55:34 -04:00
Jordi Boggiano
635d63ebf7
Add instructions on how to install from an exact version of the installer instead
2016-06-28 16:35:32 +01:00
Jordi Boggiano
bd7f28bc34
Output to STDERR
2016-06-28 11:56:50 +01:00
Jordi Boggiano
4baaacc193
Add docs about installing composer programmatically, fixes #5474
2016-06-28 11:41:34 +01:00
Jordi Boggiano
11e53e6f84
Merge pull request #5396 from Soullivaneuh/patch-1
...
Use caret operator for unbound version constraints doc
2016-06-01 23:33:21 +02:00
William Entriken
618026fd3e
More specific language and clearer warning
2016-06-01 16:25:50 -04:00
Sullivan SENECHAL
567497ae9f
Use caret operator for unbound version constraints doc
...
Because the caret is closer to semver than the tilde.
2016-06-01 15:24:13 +02:00
Jordi Boggiano
78fd5bd14f
Add new FAQ, refs #5382
2016-05-31 20:57:31 +01:00
Anton Evers
cc3a8379e2
Ignore all .git dirs in the vendor dir recursively
...
In accordance with http://git-scm.com/docs/gitignore
2015-04-14 09:46:53 +02:00
Felix Kiss
65f8d1c247
Update why-are-unbound-version-constraints-a-bad-idea.md
...
Minor text improvement
2015-02-17 02:46:15 +01:00
Jordi Boggiano
2bb78708b8
Merge pull request #3246 from richardkmiller/patch-1
...
Very tiny but necessary edit
2014-10-17 16:09:33 +01:00
Jordi Boggiano
0e409a159c
Add toran to docs besides satis
2014-09-10 16:05:11 +01:00
Richard K Miller
1ee0f28e79
update documentation to work for ZSH or Bash
2014-08-29 13:50:25 -06:00
Richard K Miller
553288a384
Very tiny but necessary edit
...
To delete `.git` repos of submodules, `rm -rf vendor/**/.git` doesn't work, but `rm -rf vendor/*/*/.git` does
2014-08-28 21:49:57 -06:00
Jordi Boggiano
0c85ca426d
Add code-fences to examples for syntax highlighting
2014-05-19 12:17:07 +02:00
Jordi Boggiano
f6bf7e4a7b
Add dev-master example
2014-04-09 14:50:55 +02:00
Jordi Boggiano
a099591735
Adjustments to unbound constraint docs
2014-04-09 14:46:32 +02:00