drupal/core 8.9.13 requires php ^7.0.8 -> your php version (8.0.3) does not satisfy that requirement

hunter
Forums
[root@bogon contrib]# cat /etc/redhat-release CentOS Linux release 8.3.2011 [root@bogon contrib]# httpd -v Server version: Apache/2.4.37 (centos) Server built: Nov 4 2020 03:20:37 [root@bogon contrib]# php -v PHP 8.0.3 (cli) (built: Mar 2 2021 16:37:06) ( NTS gcc x86_64 ) Copyright (c) The PHP Group Zend Engine v4.0.3, Copyright (c) Zend Technologies with Zend OPcache v8.0.3, Copyright (c), by Zend Technologies [root@bogon contrib]# composer diagnose Checking platform settings: OK Checking git settings: OK Checking http connectivity to packagist: OK Checking https connectivity to packagist: OK Checking github.com rate limit: OK Checking disk free space: OK Checking pubkeys: OK Checking composer version: OK Composer version: 2.0.11 PHP version: 8.0.3 PHP binary path: /usr/bin/php OpenSSL version: OpenSSL 1.1.1g FIPS 21 Apr 2020 cURL version: 7.61.1 libz 1.2.11 ssl OpenSSL/1.1.1g zip: extension not loaded, unzip present [root@bogon contrib]# composer create-project opigno/opigno-composer opigno Problem 1 - drupal/core 8.9.13 requires php ^7.0.8 -> your php version (8.0.3) does not satisfy that requirement. - opigno/opigno_lms 2.19.0 requires drupal/core 8.9.13 -> satisfiable by drupal/core[8.9.13]. - Root composer.json requires opigno/opigno_lms 2.19.0 -> satisfiable by opigno/opigno_lms[2.19.0].
hunter

need help with installation

drupal/core 8.9.13 requires php ^7.0.8 -> your php version (8.0.3) does not satisfy that requirement. can not continue does follow command have potential problems? composer create-project opigno/opigno-composer opigno --ignore-platform-reqs
hunter

need help with git clone timeout

composer create-project opigno/opigno-composer opigno --ignore-platform-reqs --prefer-dist [Symfony\Component\Process\Exception\ProcessTimedOutException] The process "git clone --mirror '[email protected]:enyo/dropzone.git' '/root/.cache/composer/vcs/https---github.com-enyo-dropzone.git/'" exceeded the timeout of 2000 seconds.
hunter

composer git clone using ssh need public key

//configure your git publickey git config --global --list git config --global user.name "github your username" git config --global user.email "github your email" ssh-keygen -t rsa -C "your email" cat /root/.ssh/id_rsa.pub //copy it //login github with your account //modify profile->publickey //paste it //test ssh -T [email protected] Hi xxx! You've successfully authenticated, but GitHub does not provide shell access. //now composer should work composer create-project opigno/opigno-composer opigno --ignore-platform-reqs --prefer-dist