Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Dec 1, 2023
1 parent 6148672 commit 2000e2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.1 <8.4",
"nette/di": "^3.0",
"nette/utils": "^3.1"
},
"require-dev": {
"nette/tester": "^2.3",
"nette/bootstrap": "^3.0",
"tracy/tracy": "^2.7",
"nette/tester": "^2.5",
"nette/bootstrap": "^3.2",
"tracy/tracy": "^2.10",
"phpstan/phpstan-nette": "^1.2.9"
},
"autoload": {
Expand Down

0 comments on commit 2000e2e

Please sign in to comment.