Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bianchi opened this issue Aug 24, 2022 · 3 comments
Open

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

bianchi opened this issue Aug 24, 2022 · 3 comments

Comments

@bianchi
Copy link

bianchi commented Aug 24, 2022

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].

@craiglondon
Copy link

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

@bianchi
Copy link
Author

bianchi commented Sep 8, 2022

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

I'm already using it.

@Tahiaji
Copy link

Tahiaji commented Sep 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants