File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-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-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
+
4
21
0.1.0
5
22
-----
6
23
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"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"
18
20
},
19
21
"autoload" : {
20
22
"psr-4" : {
23
25
},
24
26
"extra" : {
25
27
"branch-alias" : {
26
- "dev-master" : " 0.1 .x-dev"
28
+ "dev-master" : " 0.2 .x-dev"
27
29
}
28
30
}
29
31
}
You can’t perform that action at this time.
0 commit comments