Can't be used with last Yii2 version (2.0.46)
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 Try composer require omnilight/yii2-scheduling:"^1.1"
@bianchi Try
composer require omnilight/yii2-scheduling:"^1.1"
I'm already using it.
https://github.com/omnilight/yii2-scheduling/pull/73 waiting for this pull request.
Meanwhile, this version can already be used in the composer without changes in code
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Kirill-Znamenskiy/yii2-scheduling"
}
],
"require": {
"omnilight/yii2-scheduling": "dev-master#c910741"
},