flex
flex copied to clipboard
Composer plugin for Symfony
A configurator to allow _patching_ existing files. ```js // manifest.json { "patch": [ { "file": "assets/app.js", "position": "end", // appends to end of file "value": "\n// activates all of Bootstrap's...
This PR closes #901 At the moment in recipe we can use `composer-scripts`, but those commands will be running only during `composer install` or `composer update`. This PR adds a...
What about allowing displaying post-install messages again, eg when running this? `composer recipes the/package`
### Description Updating Recipes is not fully applied when symfony project is located in sub-folder of the git repository. Recipe update runs without errors, Changelog is calculated properly and some...
Closes #864 . When using git sub-modules and a project therein, composer cannot update recipes, as flex does not know how to handle sub-modules. The `.git` folder gets replaced by...
Howdy, @nicolas-grekas. As suggested, here comes a basic PR allowing to disable configurators. I am opening this in a current state to see if this approach is valid and to...
When installing a package it sets the version correctly as "dev-master" but after running the recipe it changes the version to "9999999.9999999" which then throws an error on a cache:clear....
Hey, We used in our current template `pre-install-cmd` and `pre-update-cmd` to enable Maintenance mode before starting the composer jobs. The current `composer-scripts` in `flex` are hardbound to the post process....
Hello, it seems like this is currently not possible to use Flex only for the symfony package version resolving (limiting? filtering?) Would it be possible/welcomed to add a feature switch...
### Symfony version(s) affected 5.4.4 ### Description ## Project Setup We are using a project structure that leverages git sub-modules, i.e. ``` root -> project1 -> project2 (checked-out) ``` The...