Skip to content

Commit 1b850cb

Browse files
committed
compatibility with version 2.0 models
1 parent b0161c3 commit 1b850cb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

4+
2.1.0
5+
-----
6+
7+
* allow `2.x` releases of the `php-xapi/model` package too
8+
49
2.0.0
510
-----
611

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"php-xapi/model": "^1.0",
16+
"php-xapi/model": "^1.0 || ^2.0",
1717
"php-xapi/serializer": "^2.0",
1818
"symfony/serializer": "~2.8|~3.0"
1919
},
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "2.0.x-dev"
42+
"dev-master": "2.1.x-dev"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)