Skip to content
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

Can anyone help me with this issue....can`t get rid of it... #36

Open
laravel-EIGHT-21 opened this issue May 17, 2023 · 1 comment
Open

Comments

@laravel-EIGHT-21
Copy link

Your requirements could not be resolved to an installable set of packages.

Problem 1
- sbamtr/laravel-source-encrypter[1.0.0, ..., 1.1.1] require illuminate/console ^5.5|^6|^7 -> found illuminate/console[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.
- sbamtr/laravel-source-encrypter 1.2.0 requires illuminate/console ^5.5|^6|^7|^8 -> found illuminate/console[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- sbamtr/laravel-source-encrypter 1.3.0 requires illuminate/console ^6|^7|^8 -> found illuminate/console[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- sbamtr/laravel-source-encrypter[1.4.0, ..., 1.5.0] require ext-bolt * -> it is missing from your system. Install or enable PHP's bolt extension.
- Root composer.json requires sbamtr/laravel-source-encrypter ^1.0 -> satisfiable by sbamtr/laravel-source-encrypter[1.0.0, ..., 1.5.0].

To enable extensions, verify that they are enabled in your .ini files:
- C:\php\php.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-bolt to temporarily ignore these required extensions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require sbamtr/laravel-source-encrypter:*" to figure out if any version is installable, or "composer require sbamtr/laravel-source-encrypter:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@mohsenkhosravir2
Copy link

You need to add phpBolt extension to php.ini and then install the package.
you can use to this url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants