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 Dec 12, 2020
1 parent 39bb10f commit 4fa9e60
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"nepada/birth-number": "^1.0@dev"
},
"require-dev": {
"nette/tester": "^2.3.2",
"mockery/mockery": "^1.3.1",
"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.60",
"phpstan/phpstan-strict-rules": "^0.12.6",
"pepakriz/phpstan-exception-rules": "^0.11.2",
"phpstan/phpstan-nette": "^0.12.11",
"nepada/phpstan-nette-tester": "^0.3.1",
"spaze/phpstan-disallowed-calls": "^1.1",
"phpstan/phpstan-mockery": "^0.12.10",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"nepada/coding-standard": "^7.2"
"nepada/coding-standard": "^7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fa9e60

Please sign in to comment.