Looks like you almost had it figured out. composer belongs to the phpPackages set, an alias for php.packages, and any package under that set should use the php package you specify. This way you can customize the php configuration for various programs.
And how could I find out something like this?
I briefly looked at the documentation and I'm not sure that this is specifically mentioned. Unless I missed it this would be nice to add to our documentation.
Looks like you almost had it figured out.
composer
belongs to thephpPackages
set, an alias forphp.packages
, and any package under that set should use thephp
package you specify. This way you can customize thephp
configuration for various programs.I briefly looked at the documentation and I'm not sure that this is specifically mentioned. Unless I missed it this would be nice to add to our documentation.