Skip to content

Commit

Permalink
Merge pull request #7 from monofony/readme
Browse files Browse the repository at this point in the history
Init README file
  • Loading branch information
loic425 authored Jan 2, 2025
2 parents 7eea052 + fc6c7dc commit 13bac46
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Symfony Flex Packs

This repository contains Symfony flex recipes to help you to build your apps quickly.

## Using in exist projects

Add the following to the `composer` `extra.symfony.endpoint` configuration:

```json
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.2.*",
"endpoint": [
"https://raw.githubusercontent.com/monofony/symfony-packs/refs/heads/flex/main/index.json",
"flex://defaults"
]
}
}
```

0 comments on commit 13bac46

Please sign in to comment.