Skip to content

Commit 0f87973

Browse files
committed
use stable release xAPI packages
1 parent c2cc7aa commit 0f87973

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

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

4+
0.5.0
5+
-----
6+
7+
* Bumped the required versions of all `php-xapi` packages to the `1.x` release
8+
series.
9+
410
0.4.0
511
-----
612

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"php": ">=5.3.0",
1616
"guzzle/guzzle": "~3.7",
1717
"php-xapi/exception": "^0.1.0",
18-
"php-xapi/model": "^0.5.1",
19-
"php-xapi/serializer": "^0.4",
18+
"php-xapi/model": "^1.0",
19+
"php-xapi/serializer": "^1.0",
2020
"php-xapi/serializer-implementation": "^1.0",
21-
"php-xapi/symfony-serializer": "^0.1"
21+
"php-xapi/symfony-serializer": "^1.0"
2222
},
2323
"require-dev": {
2424
"phpspec/phpspec": "^2.3",
25-
"php-xapi/test-fixtures": "^0.5.0"
25+
"php-xapi/test-fixtures": "^1.0"
2626
},
2727
"conflict": {
2828
"xabbuh/xapi-client": "*"
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "0.4.x-dev"
43+
"dev-master": "0.5.x-dev"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)