Skip to content

Commit

Permalink
Merge pull request #17 from sasezaki/log3
Browse files Browse the repository at this point in the history
Update psr/log to ^3 and other dev dependencies
  • Loading branch information
sasezaki authored Mar 25, 2023
2 parents 210e1a5 + 5680413 commit 8970bbd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
},
"require-dev": {
"ext-simplexml": "*",
"psr/log": "^2",
"psr/log": "^3",
"rector/rector": "0.15.21",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5",
"symfony/console": "^5",
"vimeo/psalm": "^5.8",
"weirdan/codeception-psalm-module": "^0.14.0"
},
"autoload-dev": {
Expand All @@ -37,7 +38,7 @@
}
},
"conflict": {
"psr/log": "^1 || >=3"
"psr/log": "^1 || ^2 || >=4"
},
"scripts" : {
"check": [
Expand Down
49 changes: 24 additions & 25 deletions composer.lock

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

0 comments on commit 8970bbd

Please sign in to comment.