Skip to content

Commit d1883de

Browse files
fix: Fix a doctrine/annotations dependency issue
1 parent 8c39fb8 commit d1883de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": "^7.4 || ^8.0",
1313
"ext-json": "*",
1414
"psr/http-message": "^1.0",
15-
"doctrine/annotations": "^1.10",
15+
"doctrine/annotations": "^1.11",
1616
"illuminate/support": "^7.0 || ^8.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)