-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your requirements could not be resolved to an installable set of packages. #2613
Comments
please help me to resolve the problem occured when trying to install codeigniter project via composer $ composer create-project codeigniter4/appstarter first-Project
Problem 1 To enable extensions, verify that they are enabled in your .ini files: |
Please refer to the official forum for your support questions. Thank you. |
$ composer create-project codeigniter4/appstarter ci4 Installing codeigniter4/appstarter (v4.0.1)
Created project in ci4
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for codeigniter4/framework ^4.0.1 -> satisfiable by codeigniter4/framework[v4.0.1].
- codeigniter4/framework v4.0.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
- C:\xampp\php\php.ini
You can also run
php --ini
inside terminal to see which files are used by PHP in CLI mode.The text was updated successfully, but these errors were encountered: