dragonmantank / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
MIT License
4.57k stars 124 forks source link

composer require dragonmantank/cron-expression for laravel v6.18.35 #103

Closed Volodymyr-Resqdev closed 3 years ago

Volodymyr-Resqdev commented 3 years ago

Hello

There is no way to install the package into Laravel 6. In composer.json file I using larave version like this - "laravel/framework": "^6". I got this error messages:

Problem 1

dragonmantank commented 3 years ago

This library is already bundled with laravel/framework, and Laravel 6 is locked to the 2.3.x branch of this library. Unfortunately, without updating your version of Laravel to a newer version you are restricted to what they allow.

Sorry :(