Skip to content

Commit

Permalink
chore: Upgraded dependencies to allow PHP 8.4 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Dec 2, 2024
1 parent bcffe3e commit 8b6564c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"jms/serializer-bundle": "^4.2.0",
"league/flysystem": "^3.0",
"league/flysystem-bundle": "^3.0",
"lexik/jwt-authentication-bundle": "^2.19",
"lexik/jwt-authentication-bundle": "^3.1.0",
"phpdocumentor/reflection-docblock": "^5.2",
"phpoffice/phpspreadsheet": "^1.15",
"ramsey/uuid": "^4.7",
"rezozero/intervention-request-bundle": "~3.0.0",
"rezozero/intervention-request-bundle": "~3.0.1",
"rezozero/liform-bundle": "^0.20.1",
"rezozero/tree-walker": "^1.5.0",
"roadiz/doc-generator": "2.4.x-dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ interface WebResponseDataTransformerInterface
/**
* @template T of PersistableInterface
*
* @param T $object
* @param WebResponseInterface|null $output Pass an existing WebResponseInterface instance to avoid creating a new one.
* @param T $object
* @param WebResponseInterface|null $output pass an existing WebResponseInterface instance to avoid creating a new one
*
* @return WebResponseInterface<T>|null
*/
Expand Down

0 comments on commit 8b6564c

Please sign in to comment.