Skip to content

Commit

Permalink
composer: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 27, 2023
1 parent 1bd9fe3 commit a72f9f6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Expand Up @@ -7,22 +7,21 @@
"require": {
"php": ">= 8.0",
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/bootstrap": "^3.2",
"nette/caching": "^3.2",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/di": "^3.1",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^3.1",
"nette/robot-loader": "^3.3",
"nette/http": "^3.2",
"nette/mail": "^4.0",
"nette/robot-loader": "^4.0",
"nette/security": "^3.1",
"nette/utils": "^3.2",
"nette/utils": "^4.0",
"latte/latte": "^3.0",
"tracy/tracy": "^2.8"
"tracy/tracy": "^2.9"
},
"require-dev": {
"nette/tester": "^2.3",
"nette/tester": "^2.4",
"symfony/thanks": "^1"
},
"autoload": {
Expand Down

0 comments on commit a72f9f6

Please sign in to comment.