Skip to content

Commit

Permalink
fix: allow symfony/clock to version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino committed Jun 14, 2024
1 parent 33aff9d commit 60bb1db
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 @@ -31,7 +31,7 @@
"symfony/framework-bundle": "^5.0 | ^6.0 | ^7.0",
"doctrine/common": "^2.13 || ^3.0",
"doctrine/event-manager": "^1.2 | ^2.0",
"symfony/clock": "^6.2"
"symfony/clock": "^6.2 | ^7.0"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 60bb1db

Please sign in to comment.