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

Commit

Permalink
Pin dev dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Feb 20, 2021
1 parent 601f7da commit 2cf170c
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,16 +20,16 @@
"doctrine/dbal": "^2.6@dev"
},
"require-dev": {
"nette/tester": "^2.3.5",
"mockery/mockery": "^1.4.2",
"phpstan/phpstan": "^0.12.78",
"phpstan/phpstan-strict-rules": "^0.12.9",
"pepakriz/phpstan-exception-rules": "^0.11.6",
"nepada/phpstan-nette-tester": "^0.3.1",
"spaze/phpstan-disallowed-calls": "^1.3",
"phpstan/phpstan-mockery": "^0.12.12",
"php-parallel-lint/php-parallel-lint": "^1.2",
"nepada/coding-standard": "^7.3"
"nette/tester": "2.3.5",
"mockery/mockery": "1.4.2",
"phpstan/phpstan": "0.12.78",
"phpstan/phpstan-strict-rules": "0.12.9",
"pepakriz/phpstan-exception-rules": "0.11.6",
"nepada/phpstan-nette-tester": "0.3.1",
"spaze/phpstan-disallowed-calls": "1.3",
"phpstan/phpstan-mockery": "0.12.12",
"php-parallel-lint/php-parallel-lint": "1.2",
"nepada/coding-standard": "7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2cf170c

Please sign in to comment.