94 Commits (280f02b4bc4b0eee2a39cb19654a3cc0d0235afb)

Author SHA1 Message Date
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
Rob d26f817cfd rewriting some documentation sections 10 years ago
Jordi Boggiano 4a3bc58adf Fix formatting 10 years ago
Jordi Boggiano f363f9d370 Add support for caret (^) operator 10 years ago
Jordi Boggiano ebab9db27a Add support for hyphen ranges 10 years ago
Jordi Boggiano 69ef80124f Add support for capital X in 3.X and || for OR 10 years ago
Jordi Boggiano ca168d478b Spaces are now equivalent to comma in constraints and mean AND 10 years ago
Jordi Boggiano efcdd35cbf Damn 10 years ago
Jordi Boggiano 241627659e Fix formatting bug 10 years ago
Jordi Boggiano 1cbd1a7ba8 Examplify chars and reword, closes #3212 10 years ago
Jordi Boggiano 52308d7db6 Merge pull request #3309 from NAYZO/patch-1
Update 01-basic-usage.md
10 years ago
Ala Eddine Khefifi 03ee649147 Update 01-basic-usage.md 10 years ago