Solved uvdesk/community-skeleton project fails
-
When trying to run "composer create-project uvdesk/community-skeleton helpdesk-project", I get the following:
[InvalidArgumentException] Could not find package uvdesk/community-skeleton with stability stable in a version installable using your PHP version, PHP extensions and Composer version. create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package>] [<directory>] [<version>]
Do I need to downgrade my PHP or ???
DETAILS
-
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal -
PHP 8.0.1 (cli) (built: Jan 13 2021 08:22:35) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.1, Copyright (c) Zend Technologies
with Zend OPcache v8.0.1, Copyright (c), by Zend Technologies
with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans -
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2020-08-12T19:46:17 -
Your MariaDB connection id is 48
Server version: 10.5.8-MariaDB-1:10.5.8+maria~focal mariadb.org binary distribution
Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? ______ / ____/___ ____ ___ ____ ____ ________ _____ / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/ / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ / \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/ /_/ Composer version 2.0.8 2020-12-03 17:20:38
-
-
Yes, downgrade your php version to 7.2 or 7.3.
And make a try.