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 9ea77f2 commit c233b7dCopy full SHA for c233b7d
CHANGELOG.md
@@ -1,6 +1,18 @@
1
CHANGELOG
2
=========
3
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
16
0.1.0
17
-----
18
composer.json
@@ -12,8 +12,8 @@
],
"require": {
"ramsey/uuid": "~2.8",
- "php-xapi/model": "~0.1",
- "php-xapi/test-fixtures": "~0.1"
+ "php-xapi/model": "^0.1.0",
+ "php-xapi/test-fixtures": "^0.1.0"
},
"conflict": {
19
"xabbuh/xapi-storage-api": "*"
0 commit comments