105 Commits (main)

Author SHA1 Message Date
gnito-org 239638e687
Fix minor spelling & grammar issues in docs (#10370) 2 years ago
Jordi Boggiano 807c677865
Improve some linking 3 years ago
Jordi Boggiano fee22972ea
Update basic docs on install/update, fixes #9754 3 years ago
Jordi Boggiano da90410181
Fix links 4 years ago
Jordi Boggiano 0d236858ec
Merge branch '1.10' 4 years ago
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.
4 years ago
Jordi Boggiano e3c6b213e7
Add note about composer.json location, fixes 9225 4 years ago
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 4 years ago
Ayesh Karunaratne 6e3efabbfc
Multiple grammar fixes in markdown files 4 years ago
Graham Campbell 491067f253 Fixed wording 4 years ago
Graham Campbell fa799970ad Replace whitelist with allow list 4 years ago
Ayesh Karunaratne 280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically 4 years ago
Jordi Boggiano 87757de6bc
Merge branch '2.0' 4 years ago
Nils Adermann 392d0abd21 Rename test files and standardize on allow list rather than whitelist 4 years ago
Carlos Buenosvinos 8e5f80ed71
Remove unnecessary space 4 years ago
Jordi Boggiano bc002ae1fb
Merge branch 'master' into 2.0 4 years ago
Abdouni Abdelkarim 9c5f1f2748
Update 01-basic-usage.md
Hello,

I just updated the link 😉.
4 years ago
Jordi Boggiano 9609729de7
Change update to upgrade for package update operations which are upgrades, refs #8594 4 years ago
Tyson Andre 6827105a5b Fix nits on typos 4 years ago
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 😉
5 years ago
JakeConnors376W 3b117da6d7
Fix inconsistent casing 5 years ago
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?
6 years ago
Jordi Boggiano 945adcf172 Fix doc ambiguity, fixes #7471 6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
Martin Hujer 9bb4cce0b8 Fixes typos in docs 6 years ago
Martin Hujer 58a62dceab Change http to https where possible 6 years ago
Mohamed Chraiet c2815e9df0 Typo correction
Should be repository instead of respository.
7 years ago
Roman Kluth aa784bc1a5 Update 01-basic-usage.md 7 years ago
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.
7 years ago
Nils Adermann faac4d56b4 Docs: HHVM is not called HipHop 7 years ago
Nils Adermann 78565d00b9 Docs: versions plural, and update == rm lock&install 7 years ago
Nils Adermann 4ccf5b6535 Docs: don't use short forms, it => composer 7 years ago
Nils Adermann 586e0d6cdb Docs: composer.lock lists versions, not constraints 7 years ago
Nils Adermann 18a4aecef5 Docs: superfluous comma & it => Composer 7 years ago
Nils Adermann 7bdc929e6d The confusing part is probably rather constraints and how versions work, not what they are 7 years ago
Nils Adermann c15baed33a Docs: Clarify what "It" stands for 7 years ago
Jordi Boggiano f1f064981b Add docs about autoloader optimizations, fixes #5947 7 years ago
Jordi Boggiano b3fe9fa1a5 Update example to use psr-4 namespace adding, fixes #6145 7 years ago
Kael Shipman c8c7619a4a Finished reworking docs to clarify points about versioning (fixes #6088) 7 years ago
Kael Shipman a0d2934946 Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088) 7 years ago
Kael Shipman 7a9f24b913 Added some useful overview information about repositories in the Basic Usage documentation. 7 years ago
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. 9 years ago
Arfan 70007fee4e Typo edited.
Silly typo edit.
10 years ago