Hi,
In composer world, dependency on php extension is defined using "ext-foo".
In Fedora, we usually use php-foo.
I now have 1 case where "ext-foo" is needed.
php-composer(ext-mongo)
This have to be provided by php-pecl-mongo and by
php-alcaeus-mongo-php-adapter.
This could then be used by packages which are ready to use both
(e.g. Horde_Mongo)
BTW, "for now" both cannot be installed simultaneously (segfaults).
Remi