Replies: 1 comment
-
Please use spatie/laravel-ignition, this package is abandoned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find "facade/ignition" have not support 8.2. When my composer.json look like these,
Run
composer install --no-scripts --no-autoloader --no-dev
will complainlaravel/framework[v9.43.0, ..., 9.x-dev] require dragonmantank/cron-expression ^3.3.2 -> found dragonmantank/cron-expression[dev-set-up-semaphore, dev-update-v3-php8, dev-master, dev-issue/35-fix-and-or-problem, dev-allow-phpstan-failures, v1.0.0, ..., v1.2.1, v2.0.0, ..., v2.3.1.x-dev, v3.0.0, ..., v3.3.1] but it does not match the constraint.
Only after I remove "facade/ignition" from "require-dev", composer (2.5.1) work fines
Beta Was this translation helpful? Give feedback.
All reactions