File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_install:
31
31
32
32
install:
33
33
- if [ "$PACKAGES" != "" ]; then composer require --no-update $PACKAGES; fi
34
- - composer update --prefer-stable $COMPOSER_OPTIONS
34
+ - composer update $COMPOSER_OPTIONS
35
35
36
36
script:
37
37
- vendor/bin/phpspec run
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.6.0
5
+ -----
6
+
7
+ * allow `2.x` releases of the `php-xapi/model` package too
8
+
4
9
0.5.0
5
10
-----
6
11
Original file line number Diff line number Diff line change 19
19
"php-http/message": "^1.0",
20
20
"php-http/message-factory": "^1.0",
21
21
"php-xapi/exception": "^0.1.0",
22
- "php-xapi/model": "^1.0",
22
+ "php-xapi/model": "^1.0 || ^2.0 ",
23
23
"php-xapi/serializer": "^2.0",
24
24
"php-xapi/serializer-implementation": "^2.0",
25
25
"php-xapi/symfony-serializer": "^2.0",
51
51
},
52
52
"extra": {
53
53
"branch-alias": {
54
- "dev-master": "0.5 .x-dev"
54
+ "dev-master": "0.6 .x-dev"
55
55
}
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments