Skip to content

Commit 7f58c70

Browse files
committed
remove unneeded package dependency
1 parent 1b5b04a commit 7f58c70

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

4+
* Removed dependency on the `php-xapi/model` package. The classes from that
5+
package are never used.
6+
47
* Added missing fixtures for `Context`, `ContextActivities`, and `Extensions`.
58

69
* Added missing test fixtures for the `SubStatement` class.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0",
16-
"php-xapi/model": "^0.3.0 || ^0.4.0"
15+
"php": ">=5.3.0"
1716
},
1817
"autoload": {
1918
"psr-4": {

0 commit comments

Comments
 (0)