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

cknow/laravel-money v4.0.0 requires php ^7.2 -> your php version (8.3.14) does not satisfy that requirement. #65

Open
prateekshaweb opened this issue Nov 22, 2024 · 0 comments

Comments

@prateekshaweb
Copy link

  • Laravel CRM Version: 11.33.2
  • PHP Version: PHP 8.3.14

Description:

Not compatible with PHP 8.3
composer require venturedrake/laravel-crm
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:48
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:56
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:879
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:884
Using version ^1.2 for venturedrake/laravel-crm
./composer.json has been updated
Running composer update venturedrake/laravel-crm
Loading composer repositories with package information
Updating dependencies
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/DependencyResolver/Problem.php:366
Your requirements could not be resolved to an installable set of packages.

Problem 1
- cknow/laravel-money v4.0.0 requires php ^7.2 -> your php version (8.3.14) does not satisfy that requirement.
- cknow/laravel-money[v5.0.0, ..., v5.0.1] require php ^7.2.5 -> your php version (8.3.14) does not satisfy that requirement.
- cknow/laravel-money v6.0.0 requires php ^7.3 -> your php version (8.3.14) does not satisfy that requirement.
- cknow/laravel-money[v6.1.0, ..., v6.2.0] require illuminate/support ^7.0|^8.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- cknow/laravel-money[v6.3.0, ..., v6.4.1, v7.0.0, ..., v7.0.2] require illuminate/support ^7.0|^8.0|^9.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- cknow/laravel-money[v7.1.0, ..., v7.2.1] require illuminate/support ^7.0|^8.0|^9.0|^10.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.24] but these were not loaded, likely because it conflicts with another require.
- venturedrake/laravel-crm[1.2.0, ..., 1.2.2] require cknow/laravel-money ^4.0|^5.0|^6.0|^7.0 -> satisfiable by cknow/laravel-money[v4.0.0, v5.0.0, v5.0.1, v6.0.0, ..., v6.4.1, v7.0.0, ..., v7.2.1].
- Root composer.json requires venturedrake/laravel-crm ^1.2 -> satisfiable by venturedrake/laravel-crm[1.2.0, 1.2.1, 1.2.2].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require venturedrake/laravel-crm:*" to figure out if any version is installable, or "composer require venturedrake/laravel-crm:^2.1" if you know which you need.

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

Steps To Reproduce:

Setup latest laravel and try to install laravel-crm

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

1 participant