Skip to content

Commit 0cb34b9

Browse files
committed
compatibility with version 3.x of ramsey/uuid
1 parent 44c6296 commit 0cb34b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
0.4.0
55
-----
66

7+
* made the package compatible with `3.x` releases of `ramsey/uuid`
78
* allow `2.x` releases of the `php-xapi/model` package too
89

910
0.3.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/common": "~2.4",
1515
"php-xapi/model": "^1.0 || ^2.0",
1616
"php-xapi/repository-api": "^0.3 || ^0.4",
17-
"ramsey/uuid": "^2.9"
17+
"ramsey/uuid": "^2.9 || ^3.0"
1818
},
1919
"require-dev": {
2020
"php-xapi/test-fixtures": "^1.0"

0 commit comments

Comments
 (0)