Skip to content

Commit fb4e1dc

Browse files
committed
do not rely on abandoned packages
1 parent a96a69d commit fb4e1dc

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

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

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+
424
1.0.0
525
-----
626

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"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"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)