juanmicl / InstaResponder

Instagram Auto DM responder with DialogFlow 🔥
https://juanmicl.github.io/InstaResponder/
GNU Affero General Public License v3.0
56 stars 17 forks source link

Error starting installation #4

Closed cassiohuber closed 4 years ago

cassiohuber commented 4 years ago

Unfortunately this is not happening, I try to start more of the failure.

C:\composer\InstaResponder>composer require mgp25/instagram-php
Using version ^7.0 for mgp25/instagram-php
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - symfony/process v4.2.7 requires php ^7.1.3 -> your PHP version (5.6.31) does not satisfy that requirement.
    - symfony/process v4.2.7 requires php ^7.1.3 -> your PHP version (5.6.31) does not satisfy that requirement.
    - Installation request for symfony/process (locked at v4.2.7) -> satisfiable by symfony/process[v4.2.7].

Installation failed, reverting ./composer.json to its original content.
C:\composer\InstaResponder>php bot.php

Warning: require(C:\composer\InstaResponder\core/../vendor/autoload.php): failed to open stream: No such file or directory in C:\composer\InstaResponder\core\config.php on line 3

Fatal error: require(): Failed opening required 'C:\composer\InstaResponder\core/../vendor/autoload.php' (include_path='.;C:\php\pear') in C:\composer\InstaResponder\core\config.php on line 3
juanmicl commented 4 years ago

You have php ver 5.6.31 and you need to have 7.1.3 or higher to install mgp25/instagram-php package