Skip to content

Commit 9ea77f2

Browse files
committed
move test fixtures to the require section
The `StatementRepositoryTest` class which acts as the base class for test classes in repository implementation packages depends on the test fixtures package.
1 parent 96ec65f commit 9ea77f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
],
1313
"require": {
1414
"ramsey/uuid": "~2.8",
15-
"php-xapi/model": "~0.1"
16-
},
17-
"require-dev": {
15+
"php-xapi/model": "~0.1",
1816
"php-xapi/test-fixtures": "~0.1"
1917
},
2018
"conflict": {

0 commit comments

Comments
 (0)