Skip to content

Commit cb9f596

Browse files
authored
Merge pull request #33 from magento-trigger/AC-3684
AC-3684: Release magento components with symfony 5.4 support
2 parents 7d554d5 + 04a2650 commit cb9f596

File tree

2 files changed

+35
-28
lines changed

2 files changed

+35
-28
lines changed

composer.json

+8-1
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,12 @@
3535
"allow-plugins": {
3636
"laminas/laminas-dependency-plugin": true
3737
}
38+
},
39+
"archive": {
40+
"exclude": [
41+
".github",
42+
".gitignore",
43+
"composer.lock"
44+
]
3845
}
3946
}

composer.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)