Hi
i want install this package in laravel 9 but not install and error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- illuminate/support[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.1.13) does not satisfy that requirement.
- deiucanta/smart dev-master requires illuminate/support ^5.6 -> satisfiable by illuminate/support[v5.6.0, ..., 5.8.x-dev].
- Root composer.json requires deiucanta/smart dev-master -> satisfiable by deiucanta/smart[dev-master].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require deiucanta/smart:*" to figure out if any version is installable, or "composer require deiucanta/smart:^2.1" if you know which you need.
Installation failed, reverting ./composer.json to its original content.
Hi
i want install this package in laravel 9 but not install and error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- illuminate/support[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.1.13) does not satisfy that requirement.
- deiucanta/smart dev-master requires illuminate/support ^5.6 -> satisfiable by illuminate/support[v5.6.0, ..., 5.8.x-dev].
- Root composer.json requires deiucanta/smart dev-master -> satisfiable by deiucanta/smart[dev-master].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require deiucanta/smart:*" to figure out if any version is installable, or "composer require deiucanta/smart:^2.1" if you know which you need.
Installation failed, reverting ./composer.json to its original content.