Skip to content

Commit

Permalink
Nette 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 12, 2024
1 parent 0274f0b commit 71b2047
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions composer.json
Expand Up @@ -16,24 +16,22 @@
}
],
"require": {
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/database": "^3.1",
"nette/di": "^3.1",
"nette/finder": "^2.6 || ^3.0",
"nette/forms": "^3.1",
"nette/http": "^3.2",
"nette/mail": "^3.1 || ^4.0",
"nette/php-generator": "^3.6 || ^4.0",
"nette/robot-loader": "^3.4 || ^4.0",
"nette/safe-stream": "^2.5 || ^3.0",
"nette/security": "^3.1",
"nette/application": "^3.2",
"nette/bootstrap": "^3.2",
"nette/caching": "^3.2",
"nette/database": "^3.2",
"nette/di": "^3.2",
"nette/forms": "^3.2",
"nette/http": "^3.3",
"nette/mail": "^4.0",
"nette/php-generator": "^4.1",
"nette/robot-loader": "^4.0",
"nette/safe-stream": "^3.0",
"nette/security": "^3.2",
"nette/tokenizer": "^3.1",
"nette/utils": "^3.2 || ^4.0",
"latte/latte": "^2.10 || ^3.0",
"tracy/tracy": "^2.9"

"nette/utils": "^4.0",
"latte/latte": "^3.0",
"tracy/tracy": "^2.10"
},
"autoload": {
"classmap": ["Nette/"]
Expand Down

0 comments on commit 71b2047

Please sign in to comment.