Problem z instalacją Magento

Witam, chcę zainstalować Magento 2.3.2 na serwerze XAMPP. Otwieram Magento w przeglądarce i pokazuje mi błąd:
“Autoload error
Vendor autoload is not found. Please run ‘composer install’ under application root directory.”

Więc w konsoli wpisuję composer install i zwraca mi błąd:

HP@KOMPUTER-2 c:\xampp\htdocs\magento
composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

Problem 1
- This package requires php ~7.1.3||~7.2.0 but your HHVM version does not satisfy that requirement.
Problem 2
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP’s intl extension.
Problem 3
- The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP’s xsl extension.
Problem 4
- Installation request for magento/composer 1.4.0 -> satisfiable by magento/composer[1.4.0].
- magento/composer 1.4.0 requires php ~7.1.3|~7.2.0 -> your PHP version (7.3.7) does not satisfy that requirement.
Problem 5
- Installation request for friendsofphp/php-cs-fixer v2.13.3 -> satisfiable by friendsofphp/php-cs-fixer[v2.13.3].
- friendsofphp/php-cs-fixer v2.13.3 requires php ^5.6 || >=7.0 <7.3 -> your PHP version (7.3.7) does not satisfy that requirement.
Problem 6
- Installation request for magento/magento2-functional-testing-framework 2.3.14 -> satisfiable by magento/magento2-functional-testing-framework[2.3.14].
- magento/magento2-functional-testing-framework 2.3.14 requires php 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0 -> your PHP version (7.3.7) does not satisfy that requirement.

Próbowałem rozwiązać problem korzystając z tej strony: https://community.magento.com/t5/Installing-Magento-2-x/Vendor-autoload-is-not-found-Please-run-composer-install-under/td-p/82767 , więc wpisuję #composer require https://repo.magento.com/ i zwraca mi błąd:

HP@KOMPUTER-2 c:\xampp\htdocs\magento
composer require https://repo.magento.com/

[UnexpectedValueException]
Could not parse version constraint //repo.magento.com/: Invalid version string “//repo.magento.com/

require [–dev] [–prefer-source] [–prefer-dist] [–no-progress] [–no-suggest] [–no-update] [–no-scripts] [–update-no-dev] [–update-with-dependencies] [–update-with-all-dependencies] [–ignore-platform-reqs] [–prefer-stable] [–prefer-lowest] [–sort-packages] [-o|–optimize-autoloader] [-a|–classmap-authoritative] [–apcu-autoloader] [–] []…

Proszę o pomoc, byłbym bardzo wdzięczny za otrzymanie odpowiedzi.

Musisz zaciągnąć dependencje i zbudować projekt przy pomocy composera.

Albo użyj easy installera - https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html, przyczym do upgrade i tak będziesz potrzebował zrobić to przez composera i tak.

A czy da się to zrobić bez zakładania konta?

Pewnie się da, ale raczej nie z oficjalnej strony, a w bezpieczeństwo skryptu z dziwnego źródła to ja bym nie wierzył.

Jak nie chcesz zakładać konta to pobierz composera i normalnie zbuduj projekt z tych plików które masz.

Nie znam się za bardzo na composerze, więc jak?

Skonfiguruj composera i wpisz composer install w konsoli …

Jak się nie znasz to może trzeba się nauczyć w takim razie? Czego oczekujesz? że skoro nie umiesz to zdalnie-telepatycznie zrobi to ktoś za Ciebie? Poza tym jak się nie nauczysz to jak zrobisz potem upgrade, albo przeniesiesz to na serwer?

Drugi problem jaki wynika z logów to, że masz niewspieraną przez magento wersje php’a.