An open API service indexing awesome lists of open source software.

https://github.com/softspring/recipes


https://github.com/softspring/recipes

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Softspring Flex Recipes

https://symfony.com/doc/current/setup/flex_private_recipes.html

## How to use private flex rpository

Update composer.json:

```json
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/softspring/recipes/contents/index.json?ref=6.0",
"flex://defaults"
]
}
}
}
```