67 Commits (0a3d87512dd16cb6bc22c140f387e70e9bd8b9a3)

Author SHA1 Message Date
Jordi Boggiano eeca9f68ad
Merge branch '1.10' 4 years ago
Jordi Boggiano 577a7e3626
Add an example using type:* syntax 4 years ago
Tianni a47f44bc61
docs updated install package custom path 4 years ago
Klaus 9940271c6e
rename signature to checksum 4 years ago
Will Otterburn 6d58b13ee4
Update installer commit to fix SHA384 bug
Installer linked is affected by #7669
5 years ago
Jordi Boggiano 008475dee7
Use lowercase sha in docs 6 years ago
dtranmobil 900e3b65db Update why-can't-composer-load-repositories-recursively.md (#7690) 6 years ago
Sam Pablo Kuper d7645a83a2 Document the versioning system used by Composer.
Fixes #7356.
6 years ago
Hugo Locurcio a06ae28c69
Improve grammar in the programmatic Composer installation page 6 years ago
Moviuro 75be28d4a3
how-to-install-composer-programmatically.md: quotes are seatbelts 6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
István Palócz 6ae8e340c1
Update how-do-i-install-a-package-to-a-custom-path-for-my-framework.md
Title changed
7 years ago
Gabriel Caruso 486e580db2 Clean up documentation 7 years ago
Martin Hujer 58a62dceab Change http to https where possible 7 years ago
andrewryantech a6d0ecd13f Update why-can't-composer-load-repositories-recursively.md 7 years ago
Nick Booher 222440c7f2 Rename how-do-i-install-composer-programmatically.md to how-to-install-composer-programmatically.md 7 years ago
Nick Booher c79d4b6a9f Fix grammar and match form of similar questions 7 years ago
Jordi Boggiano 363bab90fa Replace toran 7 years ago
Viktor Szépe d0918b0594 Make download shell script PSR-2 compatible
Avoid `else`
8 years ago
Michael Käfer a5c2fa491b typo
to -> do
8 years ago
Yannick Carrière 3bfb4700f4 error in string comparison
The double equal (==) with single quote condition for string comparison gives a unexpected operator error.
8 years ago
Jordi Boggiano 635d63ebf7 Add instructions on how to install from an exact version of the installer instead 8 years ago
Jordi Boggiano bd7f28bc34 Output to STDERR 8 years ago
Jordi Boggiano 4baaacc193 Add docs about installing composer programmatically, fixes #5474 8 years ago
Jordi Boggiano 11e53e6f84 Merge pull request #5396 from Soullivaneuh/patch-1
Use caret operator for unbound version constraints doc
8 years ago
William Entriken 618026fd3e More specific language and clearer warning 8 years ago
Sullivan SENECHAL 567497ae9f Use caret operator for unbound version constraints doc
Because the caret is closer to semver than the tilde.
8 years ago
Jordi Boggiano 78fd5bd14f Add new FAQ, refs #5382 8 years ago
Anton Evers cc3a8379e2 Ignore all .git dirs in the vendor dir recursively
In accordance with http://git-scm.com/docs/gitignore
9 years ago
Felix Kiss 65f8d1c247 Update why-are-unbound-version-constraints-a-bad-idea.md
Minor text improvement
10 years ago
Jordi Boggiano 2bb78708b8 Merge pull request #3246 from richardkmiller/patch-1
Very tiny but necessary edit
10 years ago
Jordi Boggiano 0e409a159c Add toran to docs besides satis 10 years ago
Richard K Miller 1ee0f28e79 update documentation to work for ZSH or Bash 10 years ago
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
10 years ago
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 10 years ago
Jordi Boggiano f6bf7e4a7b Add dev-master example 10 years ago
Jordi Boggiano a099591735 Adjustments to unbound constraint docs 10 years ago
Christophe Coevoet c7576ee649 Added a new FAQ entry about unbound version constraints 11 years ago
Jordi Boggiano 771233a5a0 Make it clear what is going on when a vcs folder is missing, fixes #2108 11 years ago
Jonathan Reinink 5b3d8dc874 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Tweak option #3 for including dependencies in a GIT repo.
11 years ago
Jonathan Reinink 5a0e97ccb6 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Add a third option for including vendor dependencies in main GIT repo.
11 years ago
Kyle Robinson Young 94a708cfc5 Recommend actual version as constraint with installers. Ref composer/installers#58. 12 years ago
Włodzimierz Gajda c6ae3caf52 Editorial fix 12 years ago
Jordi Boggiano f7feb82915 Clarify docs 12 years ago
Kyle Robinson Young 404c944adc Reword custom directory FAQ 12 years ago
Jordi Boggiano 8bf03aea07 Doc fixes 12 years ago
Jordi Boggiano dfd71b31dc Doc fixes 12 years ago
Kyle Robinson Young 6e40822abb Add FAQ on how to install to a custom directory 12 years ago
Jordi Boggiano c9d1e7a918 Add FAQ about committing deps 12 years ago
Kyle Robinson Young 6375bc5551 Typo fixes 12 years ago