flex icon indicating copy to clipboard operation
flex copied to clipboard

Composer plugin for Symfony

Results 67 flex issues
Sort by recently updated
recently updated
newest added

The update case of `CopyFromRecipeConfigurator` does not respect the folders in the config. https://symfony.com/doc/current/setup/flex.html#customizing-flex-paths

Hi 👋🏼! I am coming here to gather some feedback on my idea before starting working on it. **Background** I wanted to create a POC of https://github.com/symfony/skeleton made for Sylius....

help wanted

```php // src/Downloader.php // line: 200 // 'master.9999999' is an alias of 'dev-master', so they should be identical, but // version_compare('master.9999999', 'dev-master', '

This feature adds a "LocalRecipeProvider", that also looks in installed bundles for installable recipes. I couldn't unit test this, as phpunit throws errors, when I try to run it. `PHP...

- Create a symfony skeletion project. - Make the `services.yaml` completely empty - Install a recipe which adds something - Install a second one which adds also something - You...

I configure flex endpoint for private gitlab repo with this instruction: https://symfony.com/doc/current/setup/flex_private_recipes.html#gitlab-3 ``` { "extra": { "symfony": { "endpoint": [ "https://gitlab.com/api/v4/projects/your-gitlab-project-id/repository/files/index.json/raw?ref=main", "flex://defaults" ] } } } ``` And use recipe_template_relative...

Here is the use of CPP for Flex :)

There are cases where a project uses Yarn workspaces and Javascript dependencies may be in multiple `packages.json` files, not just the one at the root. In this case we don't...

I have quite a few instances where recipes require an update but there are no changes (other than to the symfony.lock file). It seems pointless to have to run update,...

Hello :wave: I wanted that one of my package to be able to define an asset as entrypoint inside importmap.php to be allow call `importmap('@mypackage/entry.js')` inside a template of the...