Skip to content

Commit 690db5f

Browse files
author
Greg Bowler
authored
build: hard dependencies (#184)
1 parent ffe630f commit 690db5f

File tree

2 files changed

+280
-210
lines changed

2 files changed

+280
-210
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"magicalex/write-ini-file": "v1.2.4"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "9.*",
13-
"phpstan/phpstan": ">=0.12.64"
12+
"phpstan/phpstan": "v1.8.0",
13+
"phpunit/phpunit": "v9.5.21"
1414
},
1515

1616
"license": "MIT",
@@ -43,4 +43,4 @@
4343
"Gt\\Config\\Test\\": "./test/phpunit"
4444
}
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)