Skip to content

Commit 3cb3800

Browse files
authored
bug #36 Add conflict to symplify/package-builder ^8.3 and allow for ECS ^8.0 (pamil)
This PR was merged into the 4.0-dev branch. Discussion ---------- Prevents error like this one: ``` PHP Notice: Undefined index: serviceKeywords in /home/runner/work/SyliusThemeBundle/SyliusThemeBundle/vendor/symplify/easy-coding-standard/src/Yaml/CheckerServiceParametersShifter.php on line 72 ``` Commits ------- 67549a1 Add conflict to symplify/package-builder ^8.3
2 parents ddfbe5d + 67549a1 commit 3cb3800

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
env:
99
- ECS_VERSION="^9.0"
10-
- ECS_VERSION="^8.3"
10+
- ECS_VERSION="^8.0"
1111

1212
cache:
1313
directories:

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"require": {
1313
"php": "^7.3 || ^8.0",
1414
"slevomat/coding-standard": "^6.3",
15-
"symplify/easy-coding-standard": "^8.3 || ^9.0"
15+
"symplify/easy-coding-standard": "^8.0 || ^9.0"
16+
},
17+
"conflict": {
18+
"symplify/package-builder": "^8.3"
1619
},
1720
"autoload-dev": {
1821
"psr-4": {

0 commit comments

Comments
 (0)