Skip to content

Commit

Permalink
Update of suggest driver messages to composer.json (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Aug 19, 2021
1 parent fc923d6 commit 819ba89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,10 +1,9 @@
# Yii Mutex Change Log


## 1.0.1 under development

- no changes in this release.

## 1.0.0 August 18, 2021

- Initial release.
- Initial release.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -36,11 +36,11 @@
"vimeo/psalm": "^4.9"
},
"suggest": {
"yiisoft/mutex-file": "version ^3.0 to use the File driver for mutex",
"yiisoft/mutex-pdo-mysql": "version ^3.0 to use the MySQL driver for mutex",
"yiisoft/mutex-pdo-oracle": "version ^3.0 to use the Oracle driver for mutex",
"yiisoft/mutex-pdo-pgsql": "version ^3.0 to use the Postgres driver for mutex",
"yiisoft/mutex-redis": "version ^3.0 to use the Redis driver for mutex"
"yiisoft/mutex-file": "Use the File driver for mutex",
"yiisoft/mutex-pdo-mysql": "Use the MySQL PDO driver for mutex",
"yiisoft/mutex-pdo-oracle": "Use the Oracle PDO driver for mutex",
"yiisoft/mutex-pdo-pgsql": "Use the Postgres PDO driver for mutex",
"yiisoft/mutex-redis": "Use the Redis driver for mutex"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 819ba89

Please sign in to comment.