Skip to content

Commit

Permalink
build: Fix missing symfony/deprecation-contracts dependency (#227)
Browse files Browse the repository at this point in the history
Closes #221.
  • Loading branch information
theofidry committed Apr 22, 2024
1 parent 1af368b commit 37f0349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"php": "^8.2",
"psr/log": "^3.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/deprecation-contracts": "^3.4",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/service-contracts": "^2.5 || ^3.0",
"thecodingmachine/safe": "^2.0",
Expand Down

0 comments on commit 37f0349

Please sign in to comment.