Skip to content

Commit 203a2fb

Browse files
authored
Merge pull request #35 from magento-trigger/AC-3684
AC-3684: Release magento components with symfony 5.4 support
2 parents 75d41f2 + 9dd749d commit 203a2fb

File tree

1,058 files changed

+10
-10
lines changed

Some content is hidden

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

1,058 files changed

+10
-10
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run: echo "error_reporting=24575" >> $GITHUB_ENV
4848

4949
- name: Run unit tests suite
50-
run: vendor/bin/phpunit --configuration tests/Unit/phpunit.xml.dist
50+
run: vendor/bin/phpunit --configuration dev/tests/Unit/phpunit.xml.dist
5151

5252
- name: Run code style suite
5353
run: vendor/bin/phpcs --standard=psr12 src/ --ignore=*.min.css
5454

5555
- name: Run tests code style
56-
run: vendor/bin/phpcs --standard=psr12 tests/ --ignore=/_files/ -n
56+
run: vendor/bin/phpcs --standard=psr12 dev/tests/ --ignore=/_files/ -n

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoload": {
2828
"psr-4": {
2929
"Magento\\SemanticVersionChecker\\": "src/",
30-
"Magento\\SemanticVersionChecker\\Test\\": "tests/"
30+
"Magento\\SemanticVersionChecker\\Test\\": "dev/tests/"
3131
}
3232
},
3333
"config": {
@@ -40,7 +40,7 @@
4040
"exclude": [
4141
".github",
4242
".gitignore",
43-
"tests",
43+
"dev/tests",
4444
"composer.lock"
4545
]
4646
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "test/project-package",
3+
"description": "composer root for project package"
4+
}

0 commit comments

Comments
 (0)