Ignore Platform Requirements in Composer

Ignore Platform Requirements in Composer

Composer verifies that the current environment satisfies the PHP version and extension requirements declared by project dependencies before installing packages. If the installed PHP version or a required extension does...