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 3 years 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

@bianchi Try composer require omnilight/yii2-scheduling:"^1.1"

craiglondon avatar Sep 08 '22 15:09 craiglondon

@bianchi Try composer require omnilight/yii2-scheduling:"^1.1"

I'm already using it.

bianchi avatar Sep 08 '22 18:09 bianchi

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"    
},

Tahiaji avatar Sep 09 '22 08:09 Tahiaji