Skip to content

Commit a2648a9

Browse files
committed
add conflict rule for replaced package
1 parent 41b2d65 commit a2648a9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
0.1.1
5+
-----
6+
7+
Added `conflict` rule to Composer config to prevent having two packages that
8+
provide the same classes.
9+
410
0.1.0
511
-----
612

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"require": {
1515
"php": ">=5.3.0"
1616
},
17+
"conflict": {
18+
"xabbuh/xapi-common": "*"
19+
},
1720
"autoload": {
1821
"psr-4": {
1922
"Xabbuh\\XApi\\Common\\Exception\\": "src"

0 commit comments

Comments
 (0)