Skip to content

Commit 71b041c

Browse files
committed
compatibility with version 2.0 models
1 parent e37f502 commit 71b041c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"php-xapi/json-test-fixtures": "^2.0",
17-
"php-xapi/model": "^1.1",
17+
"php-xapi/model": "^1.1 || ^2.0",
1818
"php-xapi/test-fixtures": "^1.0.1"
1919
},
2020
"require-dev": {
@@ -33,7 +33,7 @@
3333
},
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "2.0.x-dev"
36+
"dev-master": "2.1.x-dev"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)