Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 24, 2024
1 parent c073806 commit b7b36cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
],
"require": {
"php": ">=8.1",
"nette/di": "^3.1.2",
"doctrine/dbal": "^3.6",
"nette/di": "^3.2.2",
"doctrine/dbal": "^3.6.7",
"nettrine/cache": "^0.4.0 || ^0.5.0"
},
"require-dev": {
"ext-pdo": "*",
"contributte/qa": "^0.4",
"contributte/tester": "^0.3",
"contributte/phpstan": "^0.1",
"contributte/console": "^0.9.1",
"contributte/console": "^0.10.1",
"nettrine/orm": "^0.9.0",
"mockery/mockery": "^1.3.5",
"psr/log": "^3.0",
Expand Down

0 comments on commit b7b36cd

Please sign in to comment.