-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hello, im trying to install this great module with composer but i get the following error.
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- ced/magento2-developer-debug-tool v1.0.0 requires php ~5.5.0|~5.6.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- ced/magento2-developer-debug-tool 1.0.5 requires php ~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- ced/magento2-developer-debug-tool 1.0.4 requires php ~5.5.0|~5.6.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- ced/magento2-developer-debug-tool 1.0.3 requires php ~5.5.0|~5.6.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- ced/magento2-developer-debug-tool 1.0.2 requires php ~5.5.0|~5.6.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- ced/magento2-developer-debug-tool 1.0.1 requires php ~5.5.0|~5.6.0 -> your PHP version (7.1.9) does not satisfy that requirement.
- Installation request for ced/magento2-developer-debug-tool * -> satisfiable by ced/magento2-developer-debug-tool[1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, v1.0.0].
Installation failed, reverting ./composer.json to its original content.
`
Is there a way to run it on PHP 7 ?