You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: