omnilight / yii2-scheduling

Scheduling extension for Yii2 framework
MIT License
315 stars 83 forks source link

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

Open bianchi opened 2 years ago

bianchi commented 2 years ago

When installing via composer:

` Problem 1

craiglondon commented 2 years ago

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

bianchi commented 2 years ago

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

I'm already using it.

Tahiaji commented 2 years ago

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