Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rise httpsoft/http-basis to v1.1 #4

Merged
merged 5 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"require": {
"php": "^7.4|^8.0",
"devanych/di-container": "^2.1",
"httpsoft/http-basis": "^1.0",
"monolog/monolog": "^2.3"
"httpsoft/http-basis": "^1.1",
"monolog/monolog": "^2.3|^3.3"
},
"require-dev": {
"filp/whoops": "^2.15",
Expand Down
1 change: 0 additions & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
findUnusedPsalmSuppress="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down
1 change: 1 addition & 0 deletions src/Infrastructure/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ final class LoggerFactory implements FactoryInterface
* @psalm-suppress MixedArgument
* @psalm-suppress MixedArrayAccess
* @psalm-suppress MixedAssignment
* @psalm-suppress DeprecatedConstant
*/
public function create(ContainerInterface $container): LoggerInterface
{
Expand Down