Skip to content

Commit

Permalink
relax deps, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bretterklieber committed Aug 9, 2022
1 parent 949d6be commit dc43617
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 354 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mongodb database connectivity for php

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![PHP 7.4](https://img.shields.io/badge/php-7.4-yellow.svg)](http://www.php.net)
[![PHP 8.0](https://img.shields.io/badge/php-8.0-yellow.svg)](http://www.php.net)
[![Latest Stable Version](https://img.shields.io/packagist/v/mbretter/stk-mongodb.svg)](https://packagist.org/packages/mbretter/stk-mongodb)
[![Total Downloads](https://img.shields.io/packagist/dt/mbretter/stk-mongodb.svg)](https://packagist.org/packages/mbretter/stk-mongodb)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"php": ">=8.0.0",
"ext-mongodb": "*",
"mongodb/mongodb": "1.11.*",
"mbretter/stk-immutable": "^1|^2",
"mbretter/stk-di": "^2",
"mbretter/stk-immutable": ">=2",
"mbretter/stk-di": ">=2",
"psr/log": ">=2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0",
"friendsofphp/php-cs-fixer": "^v2.19.3",
"phpstan/phpstan": "^1.4.10",
"phpstan/phpstan": "^1.8.2",
"php-mock/php-mock-phpunit": "^2.6.0"
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit dc43617

Please sign in to comment.