Skip to content

devimteam/symfony-flex-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Полная документаци по спецификации рецептов: flex recipes

Установка

Добавить endpoint в composer.json секция extra.symfony.endpoint

Пример:

"extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/devimteam/symfony-flex-recipes/contents/index.json",
        "flex://defaults"
      ]
    }
  },

Получение случайной "ref" значения

При добавлении или обновлении рецепта, необходимо указывать случайно сгенерированное "ref" значение. Что бы его получить, используй следующий PHP скрипт

php -r 'echo bin2hex(random_bytes(20));'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published