Jordi Boggiano
fee22972ea
Update basic docs on install/update, fixes #9754
2021-05-21 16:44:05 +02:00
Jordi Boggiano
da90410181
Fix links
2020-10-30 14:39:37 +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
Jordi Boggiano
e3c6b213e7
Add note about composer.json location, fixes 9225
2020-09-21 13:51:49 +02:00
Frank Prins
2709d943af
Move note about when it is not necessary to commit the lockfile from the "Updating dependencies to their latest version" section to the "Commit your composer.lock file to version control" section
2020-08-10 17:36:34 +02:00
Ayesh Karunaratne
6e3efabbfc
Multiple grammar fixes in markdown files
2020-07-01 02:43:13 +07:00
Graham Campbell
491067f253
Fixed wording
2020-06-07 22:31:24 +01:00
Graham Campbell
fa799970ad
Replace whitelist with allow list
2020-06-07 22:15:09 +01:00
Ayesh Karunaratne
280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically
2020-04-13 06:22:02 +07:00
Jordi Boggiano
87757de6bc
Merge branch '2.0'
2020-04-07 09:39:00 +02:00
Nils Adermann
392d0abd21
Rename test files and standardize on allow list rather than whitelist
2020-03-27 22:15:04 +01:00
Carlos Buenosvinos
8e5f80ed71
Remove unnecessary space
2020-03-20 11:50:12 +01:00
Jordi Boggiano
bc002ae1fb
Merge branch 'master' into 2.0
2020-02-14 15:42:17 +01:00
Abdouni Abdelkarim
9c5f1f2748
Update 01-basic-usage.md
...
Hello,
I just updated the link 😉 .
2020-02-13 15:06:09 +01:00
Jordi Boggiano
9609729de7
Change update to upgrade for package update operations which are upgrades, refs #8594
2020-02-11 13:43:38 +01:00
Tyson Andre
6827105a5b
Fix nits on typos
2019-12-29 12:14:38 -05:00
Abdouni Abdelkarim
2f69ebc624
Update 01-basic-usage.md
...
Hello,
I add the `php composer.phar dump-autoload` command explicity because i didn't find it on the doc like this.
Cheers 😉
2019-12-06 09:56:16 +01:00
JakeConnors376W
3b117da6d7
Fix inconsistent casing
2019-02-04 15:59:50 -08:00
Tomáš Votruba
10f707e316
basic usage - promote safe version range
...
I'm aware this just an example, but it [leads readers to see it a best practise](40642df5ec (r29802440)
).
Having code with `"php": ">=5.4.0"` is pretty dangerous and will probably break with next major version.
```json
{
"require": {
"php": "^5.4"
}
}
```
```json
{
"require": {
"php": "^7.1"
}
}
```
is much more safer. Promoting best and proven practise should from *Basic usage* helps people to use composer the best way they can.
What do you think?
2018-07-23 18:49:39 +02:00
Jordi Boggiano
945adcf172
Fix doc ambiguity, fixes #7471
2018-07-20 11:38:58 +02:00
Sven Luijten
8f65518ed3
Avoid using 'just' in documentation
2018-03-23 11:37:33 +01:00
Martin Hujer
9bb4cce0b8
Fixes typos in docs
2017-12-29 13:29:13 +01:00
Martin Hujer
58a62dceab
Change http to https where possible
2017-12-29 11:37:59 +01:00
Mohamed Chraiet
c2815e9df0
Typo correction
...
Should be repository instead of respository.
2017-08-11 16:33:27 -04:00
Roman Kluth
aa784bc1a5
Update 01-basic-usage.md
2017-03-09 12:37:34 +01:00
Nils Adermann
001fe8afcf
Merge branch 'docs-improve'
...
* docs-improve:
Docs: cleanup version branches section
Docs: those/these composer/Composer
Docs: notice => note
Docs: Fix shell sample output
Docs: Add back a second clear note about hardcoded versions in VCS
Docs: HHVM is not called HipHop
Docs: versions plural, and update == rm lock&install
Docs: don't use short forms, it => composer
Docs: composer.lock lists versions, not constraints
Docs: superfluous comma & it => Composer
The confusing part is probably rather constraints and how versions work, not what they are
Docs: Clarify what "It" stands for
Finished reworking docs to clarify points about versioning (fixes #6088 )
Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088 )
Added some useful overview information about repositories in the Basic Usage documentation.
2017-03-08 11:21:05 +01:00
Nils Adermann
faac4d56b4
Docs: HHVM is not called HipHop
2017-03-08 10:49:06 +01:00
Nils Adermann
78565d00b9
Docs: versions plural, and update == rm lock&install
2017-03-08 10:45:46 +01:00
Nils Adermann
4ccf5b6535
Docs: don't use short forms, it => composer
2017-03-08 10:42:54 +01:00
Nils Adermann
586e0d6cdb
Docs: composer.lock lists versions, not constraints
2017-03-08 10:36:27 +01:00
Nils Adermann
18a4aecef5
Docs: superfluous comma & it => Composer
2017-03-08 10:29:02 +01:00
Nils Adermann
7bdc929e6d
The confusing part is probably rather constraints and how versions work, not what they are
2017-03-08 10:23:14 +01:00
Nils Adermann
c15baed33a
Docs: Clarify what "It" stands for
2017-03-08 10:15:27 +01:00
Jordi Boggiano
f1f064981b
Add docs about autoloader optimizations, fixes #5947
2017-03-07 12:33:19 +01:00
Jordi Boggiano
b3fe9fa1a5
Update example to use psr-4 namespace adding, fixes #6145
2017-02-17 22:17:27 +01:00
Kael Shipman
c8c7619a4a
Finished reworking docs to clarify points about versioning ( fixes #6088 )
2017-01-23 13:06:51 -06:00
Kael Shipman
a0d2934946
Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088 )
2017-01-20 11:49:29 -06:00
Kael Shipman
7a9f24b913
Added some useful overview information about repositories in the Basic Usage documentation.
2017-01-19 19:04:24 -06:00
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