Skip to content

Commit

Permalink
Allow "symfony/deprecation-contracts": "^2.2.0|^3.0" (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
10n authored Jul 14, 2024
1 parent fde0642 commit da2b013
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 @@ -28,7 +28,7 @@
"ext-json": "*",
"ext-simplexml": "*",
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.2.0"
"symfony/deprecation-contracts": "^2.2.0 || ^3.0"
},
"require-dev": {
"wikimedia/less.php": "^3.0 || ^5.0",
Expand Down

0 comments on commit da2b013

Please sign in to comment.