https://github.com/softspring/recipes
https://github.com/softspring/recipes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/recipes
- Owner: softspring
- Created: 2023-05-29T08:36:06.000Z (about 3 years ago)
- Default Branch: 6.0
- Last Pushed: 2026-03-27T15:50:56.000Z (3 months ago)
- Last Synced: 2026-03-27T22:51:21.444Z (3 months ago)
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
}
}
```