flex
flex copied to clipboard
Composer plugin for Symfony
Quoting this comment: https://github.com/symfony/flex/pull/507#issuecomment-1021122359 > I just ran into this as well. Given this `.env` file: > > ``` > FOO=beans > BAR="cool $FOO" > ``` > > and then...
Stumbled over that `add-lines` implemented in https://github.com/symfony/flex/pull/975 is now used not only for `phpunit.xml.dist` files or `.js`, ... files but also for config recipes files. Sadly used for `config/packages/..` or...
Hello, I'm developing a bundle and requires it in a project using a dev-main version. When the Flex Downloader compares bundle version and recipe version, it transforms the bundle "dev-main"...
Hi folks! First of all my issue is related to this one https://github.com/symfony/flex/issues/887 which seems unresolved. The issue happens to me as well. When I use private bundle + private...
Hi! I have some custom paths in my composer.json: ```json "extra": { "symfony": { "allow-contrib": true, }, "bin-dir": "symfony/bin", "config-dir": "symfony/config", "src-dir": "symfony/src", "var-dir": "var", "public-dir": "www" }, ``` after...
https://symfony.com/doc/current/setup/flex_private_recipes.html Reviewing the above documentation. Does this work with Bitbucket? Does this look like a valid example? ```json { "recipes": { "acme/private-bundle": [ "1.0" ] }, "branch": "main", "is_contrib": true,...
My project structure is like this: root folder .git docker-compose app composer.json so my git is not located in the app folder but in its parent My docker app is...
[Sulu CMS](https://sulu.io/) separates its assets into `assets/admin` and `assets/website`, this means when installing Encore within a Sulu CMS install you will have to change a bunch of paths: https://docs.sulu.io/en/latest/cookbook/webpack-encore.html This...
As a developer I would like to configure/update symfony app's configuration files with my choice of configuration file format. `symfony/flex` should allow developer to state the format of the configuration...
When I run `recipes:install --reset --force -n` **no files are overwritten**, as the default as been set to false. There is currently also no way to accept that, so I...