-
-
Notifications
You must be signed in to change notification settings - Fork 140
Description
- 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