Skip to content

Commit d90a61e

Browse files
authored
Merge pull request #11 from magento-trigger/AC-3684
AC-3684 Release magento components with symfony 5.4 support
2 parents 1968838 + 2c096c2 commit d90a61e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+17
-38
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ composer.lock export-ignore
33
build.xml export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6-
/tests export-ignore
6+
/dev export-ignore
77
/doc export-ignore

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/composer.phar
55
/composer.lock
66
/vendor
7-
/tests/FullStackTest/logs
7+
/dev/tests/FullStackTest/logs

build.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"archive": {
6262
"exclude": [
6363
"vendor",
64-
"/tests/FullStackTest/"
64+
"dev"
6565
]
6666
},
6767
"extra": {
File renamed without changes.

0 commit comments

Comments
 (0)