beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

Handle php-64bit requirement #80

Open Marmelatze opened 1 year ago

Marmelatze commented 1 year ago

composer supports php-64bit besides php as requirement (https://github.com/composer/composer/issues/7914). This PR adds support to handle this case.

lindelius commented 4 months ago

Would be great to get this merged @beberlei