The package that you use, or your own software, explicitly requires PHP version 5.x ( ~5.4 ), where x is at least 4 or more (i.e. it will work with PHP 5.5, 5.6, or even 5.10 if it existed).
This package does not allow you to use PHP 7. Therefore, you cannot successfully run composer update .
source share