Skip to content

Commit

Permalink
deps: update psr/logger and increase min PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 18, 2025
1 parent f81e39a commit a5d1bc8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 55 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "^7.4||^8.0",
"php": "^8.0",
"ext-PDO": "*",
"ext-SimpleXML": "*",
"ext-dom": "*",
Expand All @@ -38,6 +38,7 @@
"n98/junit-xml": "~1.0",
"pbergman/tree-helper": "^1.0",
"psr/container": "~1.1.2",
"psr/log": "^2.0",
"psy/psysh": "~0.7",
"rmccue/requests": "^2.0",
"symfony/console": "^5.4",
Expand Down
108 changes: 54 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 a5d1bc8

Please sign in to comment.