Skip to content

Commit b29613b

Browse files
committed
do not forbid release 0.4 of php-xapi/model
1 parent ad73238 commit b29613b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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+
0.2.1
5+
-----
6+
7+
Do not block the installation of release `0.4` of the `php-xapi/model` package.
8+
49
0.2.0
510
-----
611

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"php-xapi/model": "^0.3.0"
16+
"php-xapi/model": "^0.3.0 || ^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)