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 44c6296 commit 0cb34b9Copy full SHA for 0cb34b9
CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
0.4.0
5
-----
6
7
+* made the package compatible with `3.x` releases of `ramsey/uuid`
8
* allow `2.x` releases of the `php-xapi/model` package too
9
10
0.3.0
composer.json
@@ -14,7 +14,7 @@
14
"doctrine/common": "~2.4",
15
"php-xapi/model": "^1.0 || ^2.0",
16
"php-xapi/repository-api": "^0.3 || ^0.4",
17
- "ramsey/uuid": "^2.9"
+ "ramsey/uuid": "^2.9 || ^3.0"
18
},
19
"require-dev": {
20
"php-xapi/test-fixtures": "^1.0"
0 commit comments