Skip to content

symfony/flex

2.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

This PR was merged into the 2.x branch.

Discussion
----------

Avoid errors with an older global install of Flex

Hi!

When I tried 2.3.0 locally, I it exploded, complaining about:

> Call to undefined method Symfony\Flex\Configurator::postInstall()
The reason is that I have a global `symfony/flex` install, which was NOT on 2.3.0. And so... I guess (?) your global `symfony/flex` is used when originally creating a new project / installing `symfony/flex` into a project... at least partially? It's a bit opaque to me, but this may be needed to avoid issues.

Btw, the fix for this is running `composer global up symfony/flex`.

Commits
-------

2245d8b Avoid errors with an older global install of Flex
3c9c342

Git stats

Files

Permalink
Failed to load latest commit information.

Symfony Flex helps developers create Symfony applications, from the most simple micro-style projects to the more complex ones with dozens of dependencies.