Skip to content

Commit

Permalink
Updated packages for full support of PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foxycode committed Feb 3, 2023
1 parent 5dab992 commit a66f715
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 @@ -30,15 +30,15 @@
},
"require": {
"php": ">=8.0 <8.3",
"nette/di": "^3.0.9",
"nette/utils": "^3.2.5",
"nette/application": "^3.1.6",
"nette/http": "^3.1.2"
"nette/di": "^3.0.15",
"nette/utils": "^3.2.8",
"nette/application": "^3.1.8",
"nette/http": "^3.1.7"
},
"require-dev": {
"nette/bootstrap": "^3.1.2",
"nette/bootstrap": "^3.1.3",
"latte/latte": "^3.0.3",
"tracy/tracy": "^2.9",
"tracy/tracy": "^2.9.5",
"mockery/mockery": "^1.5",
"ninjify/nunjuck": "^0.3",
"ninjify/qa": "^0.13",
Expand Down

0 comments on commit a66f715

Please sign in to comment.