Skip to content

Commit

Permalink
Add symfony/stopwatch because it's required by project
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Feb 29, 2024
1 parent 1f31f71 commit 25c8b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -37,7 +37,8 @@
"symfony/console": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/property-access": "^4.4 || ^5.4 || ^6.3 || ^7.0"
"symfony/property-access": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/stopwatch": "^4.4 || ^5.4 || ^6.3 || ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.1.1",
Expand Down

0 comments on commit 25c8b10

Please sign in to comment.