Skip to content

Commit

Permalink
Adds symfony 7.x support (#484)
Browse files Browse the repository at this point in the history
* Adds symfony 7.x support

Co-Authored-By: Deeka Wong <8337659+huangdijia@users.noreply.github.com>

* Refactor execute method signature in GeneratorCommand and MakeDTOCommand

---------

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
  • Loading branch information
huangdijia and huangdijia authored Dec 8, 2023
1 parent e4deb1f commit c0af930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"league/commonmark": "Required to use (^1.3|^2.0.2)",
"opis/closure": "Required to use (^3.1)",
"ramsey/uuid": "Required to generate UUIDs (^4.7)",
"symfony/uid": "Required to generate ULIDs (^6.0).",
"symfony/uid": "Required to generate ULIDs (^6.0|^7.0).",
"voku/portable-ascii": "Required to use (^1.4|^1.5)"
},
"extra": {
Expand Down

0 comments on commit c0af930

Please sign in to comment.