Skip to content

Commit

Permalink
Composer: fix dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Oct 5, 2023
1 parent 63a5396 commit fcc2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"require": {
"php": ">=7.4.0 <8.3.0",
"nette/di": "3.1.2 as 3.0.16",
"nette/di": "^3.0.16",
"nette/schema": "^1.1.0",
"orisai/exceptions": "^1.0.0",
"orisai/nette-di": "^1.0.7",
Expand Down

0 comments on commit fcc2de2

Please sign in to comment.