Skip to content

Commit 7def5b5

Browse files
add package to composer.json
add "doctrine/annotations": "^2.0.0"
1 parent bfe1a09 commit 7def5b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.0",
9-
"sylius/sylius": "^1.12"
9+
"sylius/sylius": "^1.12",
10+
"doctrine/annotations": "^2.0.0"
1011
},
1112
"require-dev": {
1213
"behat/behat": "^3.7.0",

0 commit comments

Comments
 (0)