Skip to content

Commit

Permalink
Composer: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 26, 2022
1 parent 6963e46 commit e04de8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
}
},
"require": {
"php": ">= 7.1.0",
"nette/http": "^3.0",
"nette/application": "^3.0",
"nette/di": "^3.0",
"php": ">=7.1",
"nette/http": "^3.2.0",
"nette/application": "^3.1.0",
"nette/di": "^3.1.0",
"contributte/utils": "^0.5.2",
"doctrine/cache": "^1.6",
"doctrine/annotations": "~1.3"
"doctrine/cache": "^1.13.0",
"doctrine/annotations": "^1.14.0"
},
"require-dev": {
"nette/tester": "^2.3.2",
Expand Down

0 comments on commit e04de8b

Please sign in to comment.