flex
flex copied to clipboard
Composer plugin for Symfony
It's basically the same as #891, but that one was closed by its author because he was unbanned by Github rate-limiting algorithm. ```` In CurlDownloader.php line 645: The "https://raw.githubusercontent.com/symfony/recipes/flex/main/index.json" file...
These messages aren't displayed: https://github.com/symfony/flex/blob/1.x/src/Configurator/DockerComposeConfigurator.php#L51
Hello, I have a few questions about the `composer recipes:update` command. Let me know if i'm on the wrong repo for these questions, I hesitated with `symfony/recipes`. What happens to...
I'm running more and more issues when recipes of dependencies of dependencies are executed. As example I create a bundle which is build on top of symfony/ux components. Now installing...
During a recipe update a commit will be generated in a temporary folder: https://github.com/symfony/flex/blob/78510b1be591433513c8087deec24e9fd90d110d/src/Update/RecipePatcher.php#L99 This commit might fail, if global commit hooks are installed. The command should be executed without...
Hi, Currently Flex seems to keep changing the values we set manually in package.json or controllers.json to the ones provided by the vendors we install (eg. https://github.com/symfony/ux/pull/394). Maybe this package.json/controllers.json...
Closes #918 and #864 Updating Recipe fails when symfony project is not in the root of git project. As a developer the most problematic thing is that it fails without...
Hi Is there anyway to prevent the `DEFAULT_ENDPOINTS` being tried in addition to the endpoint set with the `SYMFONY_ENDPOINT` environment variable? This is causing issues as my environment is behind...
As https://github.com/symfony/flex/issues/743 was rejected (and I can't really argue with the reasoning tbh) - it would be nice to set XDEBUG_MODE=off in the env while running cache:clear, as running a...
While using in the manifest `composer-scripts` I just assumed its the `scripts` part of the `composer.json` and thats currently not 😅 . It would be nice to be able to...