WebKings-ca / gocomposer

Converts Drupal 8 Sites to the latest Composer Managed Template
Other
14 stars 2 forks source link

PHP requirement #15

Closed bg2k closed 4 years ago

bg2k commented 4 years ago

[InvalidArgumentException] Package webkings-ca/gocomposer at version dev-master has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version

my php is: 7.4

WebKings-ca commented 4 years ago

Hi @bg2k,

This is due to the fact the plugin has been tested on PHP 5.6. You can give it a shot at your PHP version by changing this line in composer.json:

    "platform": {
      "php": "5.6"
    }

To:

    "platform": {
      "php": "7.4"
    }