We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b2d65 commit a2648a9Copy full SHA for a2648a9
CHANGELOG.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
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
10
0.1.0
11
-----
12
composer.json
@@ -14,6 +14,9 @@
14
"require": {
15
"php": ">=5.3.0"
16
},
17
+ "conflict": {
18
+ "xabbuh/xapi-common": "*"
19
+ },
20
"autoload": {
21
"psr-4": {
22
"Xabbuh\\XApi\\Common\\Exception\\": "src"
0 commit comments