Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Bump minimal required versions of dependencies to support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 29, 2021
1 parent aadf551 commit 7e6341c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4",
"nette/utils": "^3.1.3@dev"
"nette/utils": "^3.2.5@dev"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "1.3.1",
Expand All @@ -28,8 +28,8 @@
"phpstan/phpstan-nette": "0.12.21",
"phpstan/phpstan-strict-rules": "0.12.11",
"spaze/phpstan-disallowed-calls": "1.9.0",
"nette/bootstrap": "^3.0",
"nette/di": "^3.0.5@dev"
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.9@dev"
},
"suggest": {
"nette/di": "for integration with Nette DI container"
Expand Down

0 comments on commit 7e6341c

Please sign in to comment.