Skip to content

Commit

Permalink
fix: fix dependencies issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vicvolk committed Sep 1, 2021
1 parent e27ca3a commit b5e460b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 56 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"php": ">=7.3.0"
},
"require-dev": {
"doctrine/coding-standard": "6.0.1",
"squizlabs/php_codesniffer": "3.5.8",
"doctrine/coding-standard": "^9",
"squizlabs/php_codesniffer": "3.6.0",
"phpunit/phpunit": "^8"
},
"autoload": {
Expand Down
113 changes: 59 additions & 54 deletions composer.lock

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

0 comments on commit b5e460b

Please sign in to comment.