Skip to content

Commit

Permalink
do not depend on abandoned packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 19, 2016
1 parent f8b9c3e commit a6b2cf4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
=========

0.2.0
-----

* replaced dependency on `xabbuh/xapi-model` with its `php-xapi/model`
replacement

* replaced dependency on `xabbuh/xapi-data-fixtures` with its
`php-xapi/test-fixtures` replacement

**CAUTION**: This is the last release of this package and it will no longer be
maintained in the future. Please use the `php-xapi/repository-api` package
instead which provides the same features.

0.1.1
-----

Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
],
"require": {
"ramsey/uuid": "~2.8",
"xabbuh/xapi-data-fixtures": "~0.1",
"xabbuh/xapi-model": "~0.2"
"php-xapi/model": "~0.1"
},
"require-dev": {
"php-xapi/test-fixtures": "~0.1"
},
"autoload": {
"psr-4": {
Expand All @@ -22,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
}
}

0 comments on commit a6b2cf4

Please sign in to comment.