Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 7, 2023
1 parent d4b8445 commit d360d9a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@
"ext-intl": "*",
"doctrine/collections": "^2",
"doctrine/orm": "^2",
"sonsofphp/cookie-contract": "0.3.x-dev",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"sonsofphp/http-handler-contract": "0.3.x-dev"
"psr/http-server-middleware": "^1.0"
},
"replace": {
"sonsofphp/bard": "self.version",
Expand Down Expand Up @@ -211,8 +209,7 @@
"symfony/error-handler": "^6",
"symfony/messenger": "^5 || ^6",
"phpunit/phpunit": "^10.4",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"sonsofphp/http-message": "0.3.x-dev"
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -221,4 +218,4 @@
"SonsOfPHP\\Bridge\\Symfony\\Cqrs\\Tests\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests"
}
}
}
}

0 comments on commit d360d9a

Please sign in to comment.