Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Nov 1, 2024
1 parent 3d939ee commit 459989b
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 232 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "library",
"license": "GPL-3.0-or-later",
"require": {
"php": "8.1.*",
"nette/utils": "^v3.2.0",
"nette/di": "^3.0.0",
"nette/application": "^3.1.0",
"latte/latte": "^v2.10.0",
"nette/forms": "^v3.1.0",
"nette/http": "^v3.1.0",
"php": ">=8.1",
"nette/utils": "v3.* | v4.*",
"nette/di": "v3.*",
"nette/application": "v3.*",
"latte/latte": "v3.*",
"nette/forms": "v3.*",
"nette/http": "v3.*",
"ext-pdo": "*",
"ext-json": "*",
"ext-gettext": "*"
Expand Down
Loading

0 comments on commit 459989b

Please sign in to comment.