Skip to content

Instantly share code, notes, and snippets.

@maxim-oleinik
Created January 17, 2018 10:19
Show Gist options
  • Save maxim-oleinik/fb8de44eaa8e5de33cbc00d1f3bd89e8 to your computer and use it in GitHub Desktop.
Save maxim-oleinik/fb8de44eaa8e5de33cbc00d1f3bd89e8 to your computer and use it in GitHub Desktop.
Composer Cheat-Sheet

Composer Cheat-Sheet

Config

    "config": {
        # сортируйте пакеты в require и require-dev по имени
        "sort-packages": true
    },

PHP

    "require": {
        "php": "7.1.* || 7.2.*",
        "ext-mbstring": "*",
        "ext-pdo_mysql": "*"
    }

Выбор версии

Прочие команды

    # валидация
    composer validate --no-check-all --strict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment