Skip to content

Commit 8fe8a51

Browse files
committed
AC-3684: Release magento components with symfony 5.4 support
- increase version, add excludes for packaging
1 parent 7d554d5 commit 8fe8a51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "11.0.0",
4+
"version": "12.0.0-beta1",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
@@ -35,5 +35,8 @@
3535
"allow-plugins": {
3636
"laminas/laminas-dependency-plugin": true
3737
}
38+
},
39+
"archive": {
40+
"exclude": [".github", ".gitignore"]
3841
}
3942
}

0 commit comments

Comments
 (0)