Skip to content

Commit e7a74ac

Browse files
committed
do not rely on abandoned packages
1 parent f24e802 commit e7a74ac

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

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

4+
0.2.0
5+
-----
6+
7+
* replaced dependency on `xabbuh/xapi-model` with its `php-xapi/model`
8+
replacement
9+
10+
* replaced dependency on `xabbuh/xapi-storage-api` with its
11+
`php-xapi/repository-api` replacement
12+
13+
* replaced dependency on `xabbuh/xapi-data-fixtures` with its
14+
`php-xapi/test-fixtures` replacement and moved it to the `require-dev`
15+
section
16+
17+
**CAUTION**: This is the last release of this package and it will no longer be
18+
maintained in the future. Please use the `php-xapi/repository-doctrine` package
19+
instead which provides the same features.
20+
421
0.1.0
522
-----
623

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
],
1313
"require": {
1414
"doctrine/common": "~2.4",
15-
"xabbuh/xapi-data-fixtures": "~0.1",
16-
"xabbuh/xapi-model": "~0.2",
17-
"xabbuh/xapi-storage-api": "~0.1"
15+
"php-xapi/model": "~0.1",
16+
"php-xapi/repository-api": "~0.1"
17+
},
18+
"require-dev": {
19+
"php-xapi/test-fixtures": "~0.1"
1820
},
1921
"autoload": {
2022
"psr-4": {
@@ -23,7 +25,7 @@
2325
},
2426
"extra": {
2527
"branch-alias": {
26-
"dev-master": "0.1.x-dev"
28+
"dev-master": "0.2.x-dev"
2729
}
2830
}
2931
}

0 commit comments

Comments
 (0)