aarondfrancis / laravel-pseudo-daemon

A Laravel package to mimic daemons via scheduled commands without having to change server configuration.
92 stars 12 forks source link

Upgrade to Laravel 9.x #4

Closed emyasnikov closed 2 years ago

emyasnikov commented 2 years ago

Cannot composer require due to illuminate/support package version:

    - resolute/laravel-pseudo-daemon v0.3.0 requires illuminate/support ^6.2|^7.0|^8.0 -> found illuminate/support[v6.2.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
aarondfrancis commented 2 years ago

Published a new version with support for Laravel 9. Note that the package name has also changed to Hammerstone/laravel-pseudo-daemon