Skip to content

Commit

Permalink
Bump dependencies to support PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Nov 16, 2020
1 parent abd5a90 commit 74c9967
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Expand Up @@ -16,21 +16,21 @@
],
"require": {
"php": ">=7.4.0",
"nette/utils": "^3.0@dev",
"nette/utils": "^3.1.3@dev",
"nette/application": "^3.0@dev"
},
"require-dev": {
"nette/tester": "^2.3.2",
"phpstan/phpstan": "^0.12.52",
"phpstan/phpstan-strict-rules": "^0.12.2",
"pepakriz/phpstan-exception-rules": "^0.11.1",
"phpstan/phpstan-nette": "^0.12.6",
"nepada/phpstan-nette-tester": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^1.0",
"nette/tester": "^2.3.4",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-strict-rules": "^0.12.5",
"pepakriz/phpstan-exception-rules": "^0.11.2",
"phpstan/phpstan-nette": "^0.12.10",
"nepada/phpstan-nette-tester": "^0.3.1",
"spaze/phpstan-disallowed-calls": "^1.0.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"nepada/coding-standard": "^7.2.1",
"nepada/coding-standard": "^7.3",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.1@dev"
"nette/di": "^3.0.5@dev"
},
"suggest": {
"nette/di": "for integration with Nette DI container"
Expand Down

0 comments on commit 74c9967

Please sign in to comment.