Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 12ceffd

Browse files
committed
Fix missing dependency
1 parent a02323f commit 12ceffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"php": "^8.0",
1919
"ext-json": "*",
2020
"aws/aws-sdk-php": "^3.130",
21-
"symfony/property-info": "^4.2"
21+
"symfony/property-info": "^4.2",
22+
"phpdocumentor/reflection-docblock": "^5.0"
2223
},
2324
"require-dev": {
2425
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)