Skip to content

Commit

Permalink
upgrade to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno committed Aug 26, 2020
2 parents 9923610 + c8568fd commit 5211baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
```php
composer require reasno/fastmongo
```

- MongoDB extension is ***NOT*** required.
- MongoDB extension is required.
- MongoDB PHP library is ***NOT*** required.
- Go is ***NOT*** required.

## Configuration
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.4",
"hyperf/gotask": "^2.1"
"ext-mongodb": "*",
"hyperf/gotask": "^2.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit 5211baa

Please sign in to comment.