Skip to content

Commit

Permalink
Merge pull request #7 from odolbeau/add-missing-dependencies
Browse files Browse the repository at this point in the history
Add missing required dependencies
  • Loading branch information
Doskyft authored Mar 29, 2024
2 parents 9229220 + d7f8492 commit 5974a77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0"
"symfony/property-info": "^6.4|^7.0",
"phpdocumentor/reflection-docblock": "^5.3",
"symfony/property-access": "^6.4|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5974a77

Please sign in to comment.