File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.2.0
5
+ -----
6
+
7
+ * replaced dependency on ` xabbuh/xapi-common ` with its ` php-xapi/exception `
8
+ replacement
9
+
10
+ * replaced dependency on ` xabbuh/xapi-model ` with its ` php-xapi/model `
11
+ replacement
12
+
13
+ * replaced dependency on ` xabbuh/xapi-serializer ` with its
14
+ ` php-xapi/serializer ` replacement
15
+
16
+ * replaced dependency on ` xabbuh/xapi-data-fixtures ` with its
17
+ ` php-xapi/test-fixtures ` replacement and moved it to the ` require-dev `
18
+ section
19
+
20
+ ** CAUTION** : This is the last release of this package and it will no longer be
21
+ maintained in the future. Please use the ` php-xapi/client ` package instead
22
+ which provides the same features.
23
+
4
24
1.0.0
5
25
-----
6
26
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " >=5.3.0" ,
16
16
"guzzle/guzzle" : " ~3.7" ,
17
- "xabbuh/xapi-common " : " ~0.1" ,
18
- "xabbuh/xapi-data-fixtures " : " ~0.1" ,
19
- "xabbuh/xapi-model " : " ~0.2 " ,
20
- "xabbuh/ xapi-serializer " : " ~0.1"
17
+ "php-xapi/exception " : " ~0.1" ,
18
+ "php-xapi/model " : " ~0.1" ,
19
+ "php-xapi/serializer " : " ~0.1 " ,
20
+ "php- xapi/test-fixtures " : " ~0.1"
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
You can’t perform that action at this time.
0 commit comments