Skip to content

Commit

Permalink
build: hard dependencies (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Jul 1, 2022
1 parent 4c1bfba commit b4da26d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 118 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},

"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "v1.8.0",
"phpunit/phpunit": "v9.5.21"
},

"autoload": {
Expand Down
144 changes: 28 additions & 116 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4da26d

Please sign in to comment.