Hey, I tried to composer require the package into my Laravel 11 application, and it failed with this error:
composer require prismaticoder/maker-checker-laravel
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires prismaticoder/maker-checker-laravel * -> satisfiable by prismaticoder/maker-checker-laravel[v1.0.0, v1.0.1, v1.0.2].
- prismaticoder/maker-checker-laravel[v1.0.0, ..., v1.0.2] require illuminate/config ^8.0 || ^9.0 || ^10.0 -> found illuminate/config[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require prismaticoder/maker-checker-laravel:*" to figure out if any version is installable, or "composer require prismaticoder/maker-checker-laravel:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`
Hey, I tried to composer require the package into my Laravel 11 application, and it failed with this error:
composer require prismaticoder/maker-checker-laravel`Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires prismaticoder/maker-checker-laravel * -> satisfiable by prismaticoder/maker-checker-laravel[v1.0.0, v1.0.1, v1.0.2].
- prismaticoder/maker-checker-laravel[v1.0.0, ..., v1.0.2] require illuminate/config ^8.0 || ^9.0 || ^10.0 -> found illuminate/config[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require prismaticoder/maker-checker-laravel:*" to figure out if any version is installable, or "composer require prismaticoder/maker-checker-laravel:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`