Skip to content

Commit 0da96f6

Browse files
author
Greg Bowler
authored
Merge pull request #1 from PhpGt/hard-dependencies
build: hard dependencies
2 parents 9cbb7c9 + 78f1580 commit 0da96f6

File tree

2 files changed

+131
-213
lines changed

2 files changed

+131
-213
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99

1010
"require-dev": {
11-
"phpunit/phpunit": "9.*",
12-
"phpstan/phpstan": ">=0.12.64"
11+
"phpstan/phpstan": "v1.8.0",
12+
"phpunit/phpunit": "v9.5.21"
1313
},
1414

1515
"license": "MIT",

0 commit comments

Comments
 (0)