File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.5.0
5
+ -----
6
+
7
+ * Bumped the required versions of all ` php-xapi ` packages to the ` 1.x ` release
8
+ series.
9
+
4
10
0.4.0
5
11
-----
6
12
Original file line number Diff line number Diff line change 15
15
"php" : " >=5.3.0" ,
16
16
"guzzle/guzzle" : " ~3.7" ,
17
17
"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 " ,
20
20
"php-xapi/serializer-implementation" : " ^1.0" ,
21
- "php-xapi/symfony-serializer" : " ^0.1 "
21
+ "php-xapi/symfony-serializer" : " ^1.0 "
22
22
},
23
23
"require-dev" : {
24
24
"phpspec/phpspec" : " ^2.3" ,
25
- "php-xapi/test-fixtures" : " ^0.5 .0"
25
+ "php-xapi/test-fixtures" : " ^1 .0"
26
26
},
27
27
"conflict" : {
28
28
"xabbuh/xapi-client" : " *"
40
40
},
41
41
"extra" : {
42
42
"branch-alias" : {
43
- "dev-master" : " 0.4 .x-dev"
43
+ "dev-master" : " 0.5 .x-dev"
44
44
}
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments