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

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 15, 2020
1 parent 25ec316 commit 58d1d5f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
],
"require": {
"php": ">=7.4.0",
"nette/utils": "^3.0@dev",
"nette/utils": "^3.1.3@dev",
"latte/latte": "^2.6.0@dev",
"nette/application": "^3.0@dev"
},
"require-dev": {
"nette/tester": "^2.3.2",
"mockery/mockery": "^1.4",
"phpstan/phpstan": "^0.12.26",
"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",
"phpstan/phpstan-mockery": "^0.12.5",
"nette/tester": "^2.3.4",
"mockery/mockery": "^1.4.2",
"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",
"phpstan/phpstan-mockery": "^0.12.7",
"php-parallel-lint/php-parallel-lint": "^1.2",
"nepada/coding-standard": "^7.2",
"nepada/coding-standard": "^7.3",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.1@dev",
"nette/di": "^3.0.5@dev",
"nette/http": "^3.0@dev"
},
"suggest": {
Expand Down

0 comments on commit 58d1d5f

Please sign in to comment.