yii2-scheduling icon indicating copy to clipboard operation
yii2-scheduling copied to clipboard

Can't be used with last Yii2 version (2.0.46)

Open bianchi opened this issue 1 year ago • 3 comments

When installing via composer:

Problem 1 - omnilight/yii2-scheduling 1.1.0 requires symfony/process 2.6.* || 3.* -> found symfony/process[v2.6.0, ..., v2.6.13, v3.0.0, ..., v3.4.47] but the package is fixed to v6.1.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - omnilight/yii2-scheduling[1.1.1, ..., 1.1.6] require symfony/process 2.6.* || 3.* || 4.* -> found symfony/process[v2.6.0, ..., v2.6.13, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44] but the package is fixed to v6.1.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - omnilight/yii2-scheduling 1.1.5 requires symfony/process 2.6.* || 3.* || 4.* || ^5.0 -> found symfony/process[v2.6.0, ..., v2.6.13, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.11] but the package is fixed to v6.1.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - Root composer.json requires omnilight/yii2-scheduling ^1.1 -> satisfiable by omnilight/yii2-scheduling[1.1.0, ..., 1.1.6].

bianchi avatar Aug 24 '22 20:08 bianchi