You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This is an imported issue, original reference WP-188, created on 25 Nov 2014.
The problem is that when we use Symfony\Filesystem as a Composer package and some other plugin decides to do the same but in a different version, strange things might happen.
This is unfortunately probably problem on the PHP level because it doesn't allow two versions of the same class in memory at the same time. Considered solutions:
In RequirementsChecker, check that no other plugin uses "our" libraries in incompatible versions