Skip to content

Commit c233b7d

Browse files
committed
do not allow to install BC breaking packages
1 parent 9ea77f2 commit c233b7d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

4+
0.1.2
5+
-----
6+
7+
Do not allow to pull in packages that could potentially break backwards
8+
compatibility.
9+
10+
0.1.1
11+
-----
12+
13+
Moved `php-xapi/test-fixtures` package to the `require` section as the package
14+
is required by other packages that make use of the base test class.
15+
416
0.1.0
517
-----
618

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"ramsey/uuid": "~2.8",
15-
"php-xapi/model": "~0.1",
16-
"php-xapi/test-fixtures": "~0.1"
15+
"php-xapi/model": "^0.1.0",
16+
"php-xapi/test-fixtures": "^0.1.0"
1717
},
1818
"conflict": {
1919
"xabbuh/xapi-storage-api": "*"

0 commit comments

Comments
 (0)