Skip to content

Commit

Permalink
Composer: Rm dep ext-random ; Upd phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schindler committed Dec 3, 2022
1 parent 80e1547 commit 15517a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"require": {
"php": "^8.1",
"ext-pdo": "*",
"ext-json": "*",
"ext-random": "*",
"phpstan/phpstan": "^1.2"
}
"require": {
"php": "^8.1",
"ext-pdo": "*",
"ext-json": "*",
"phpstan/phpstan": "^1.9"
}
}
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit 15517a8

Please sign in to comment.