brefphp/extra-php-extensions

Can't install extra-php-extensions on Composer

mauriciogior opened this issue · 1 comments

Hello, I'm using PHP-7.4 and I'm trying to install extra-php-extensions since I use extensions not included on brefphp by default like gd.

Here is the command I used:

php composer.phar require bref/extra-php-extensions

And here is the error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove bref/bref 1.7.38
    - Conclusion: don't install bref/bref 1.7.38
    - bref/extra-php-extensions 1.3.0 conflicts with bref/bref[1.7.38].
    - bref/extra-php-extensions 1.3.1 conflicts with bref/bref[1.7.38].
    - bref/extra-php-extensions 1.3.2 conflicts with bref/bref[1.7.38].
    - Installation request for bref/bref (locked at 1.7.38, required as ^1.7) -> satisfiable by bref/bref[1.7.38].
    - Installation request for bref/extra-php-extensions ^1.3 -> satisfiable by bref/extra-php-extensions[1.3.0, 1.3.1, 1.3.2].


Installation failed, reverting ./composer.json to its original content.

I'm running a MacOS 14, Apple M1 Pro

Nevermind, I noticed that PHP-7.4 uses bref v1 instead of v2.