Skip to content

Commit 04a2650

Browse files
committed
AC-3684: Release magento components with symfony 5.4 support
- exclude composer.lock from packaging
1 parent 85b74d7 commit 04a2650

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
}
3838
},
3939
"archive": {
40-
"exclude": [".github", ".gitignore"]
40+
"exclude": [
41+
".github",
42+
".gitignore",
43+
"composer.lock"
44+
]
4145
}
4246
}

0 commit comments

Comments
 (0)