Skip to content

Commit

Permalink
Semver adaptation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravljov committed May 30, 2018
1 parent d1deeeb commit 1e7cbf1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ php composer.phar require --prefer-dist yiisoft/yii2-queue
or add

```
"yiisoft/yii2-queue": "~2.0.0"
"yiisoft/yii2-queue": "~2.0"
```

to the require section of your `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.x-dev"
}
},
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion src/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Job Interface.
*
* @deprecated Will be removed in 2.1.0. Use JobInterface instead of Job.
* @deprecated Will be removed in 3.0. Use JobInterface instead of Job.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RetryableJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Retryable Job Interface.
*
* @deprecated Will be removed in 2.1.0. Use RetryableJobInterface instead of RetryableJob.
* @deprecated Will be removed in 3.0. Use RetryableJobInterface instead of RetryableJob.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Signal.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Process Signal Helper.
*
* @deprecated since 2.0.2 and will be removed in 2.1. Use SignalLoop instead.
* @deprecated since 2.0.2 and will be removed in 3.0. Use SignalLoop instead.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Verbose.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Verbose Behavior.
*
* @deprecated Will be removed in 2.1.0. Use VerboseBehavior instead of Verbose.
* @deprecated Will be removed in 3.0. Use VerboseBehavior instead of Verbose.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/amqp/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Amqp Queue.
*
* @deprecated since 2.0.2 and will be removed in 2.1. Consider using amqp_interop driver instead.
* @deprecated since 2.0.2 and will be removed in 3.0. Consider using amqp_interop driver instead.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/serializers/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Interface Serializer.
*
* @deprecated Will be removed in 2.1.0. Use SerializerInterface instead of Serializer.
* @deprecated Will be removed in 3.0. Use SerializerInterface instead of Serializer.
*
* @author Roman Zhuravlev <[email protected]>
*/
Expand Down

0 comments on commit 1e7cbf1

Please sign in to comment.