When I upgrade my PHP version to 7.0.2 I have problems with a couple of Composer packages which have requirements that demand version ~5.3. Composer doesn’t want to resolve these packages. I'm quite sure that there is nothing in that package what will break PHP.
Is there a good way to deal with this? Can I somehow force Composer to not look at the requirements and install the packages anyway?