Skip to content

Commit f82c1f5

Browse files
committed
fix test dependencies
Test data fixtures have been moved to the xabbuh/xapi-data-fixtures package. Therefore, we need to depend on this package for tests.
1 parent 76a232e commit f82c1f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"symfony/validator": "~2.5"
1919
},
2020
"require-dev": {
21-
"symfony/property-access": "~2.2"
21+
"symfony/property-access": "~2.2",
22+
"xabbuh/xapi-data-fixtures": "~1.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)