I need help please, i’m getting stuck in setting up a magento open source system on docker
below are the lines I enter to create a new composer project using magento open source followed by the error i get…
composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition magento2-docker
Creating a “magento/project-community-edition” project at “./magento2-docker”
Installing magento/project-community-edition (2.4.5-p1)
- Installing magento/project-community-edition (2.4.5-p1): Extracting archive
Created project in C:UsersNoorDocumentsmagentomagento2-docker
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
– Root composer.json requires magento/product-community-edition 2.4.5-p1 -> satisfiable by magento/product-community-edition[2.4.5-p1].
– magento/product-community-edition 2.4.5-p1 requires ext-intl * -> it is missing from your system. Install or enable PHP’s intl extension.
Problem 2
– magento/magento2-functional-testing-framework[3.7.0, …, 3.11.0] require ext-intl * -> it is missing from your system. Install or enable PHP’s intl extension.
– Root composer.json requires magento/magento2-functional-testing-framework ^3.7 -> satisfiable by magento/magento2-functional-testing-framework[3.7.0, …, 3.11.0].
To enable extensions, verify that they are enabled in your .ini files:
– C:phpphp.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-intl to temporarily ignore these required extensions.