Update package versions (#1399)

* Update dependencies

* Symfony components downgrade

* Restrict symfony versions with meta package

* Downgrade valuestore

* Symfony versions

* More downgrades

* Package versions

* Package versions
This commit is contained in:
Nabeel S
2022-02-08 11:12:39 -05:00
committed by GitHub
parent 9253d39848
commit 6cfbd91328
5 changed files with 711 additions and 616 deletions

View File

@@ -37,7 +37,7 @@ class BidNotFound extends AbstractHttpException
public function getErrorMetadata(): array
{
return [
'bid_id' => $this->bid_id
'bid_id' => $this->bid_id,
];
}
}