skip to Main Content

php 8.2 + laravel 9 failed with composer error that cron-expression does not match the constraint – PHP Versions

I am updating laravel to use php 8.2, according to laravel document here, using "laravel/framework": "^9.43" should be enough. My composer.json are the following, "require": { "php": "^8.2", "clue/socket-raw": "^1.3", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "gregwar/captcha": "1.*", "guzzlehttp/guzzle": "^7.0.1", "itsgoingd/clockwork": "^5.1",…

VIEW QUESTION
Back To Top
Search