-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from monofony/readme
Init README file
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
``` |