Skip to content

Commit f0029fb

Browse files
committed
move fixtures package to require-dev section
1 parent 7630913 commit f0029fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"guzzle/guzzle": "~3.7",
17-
"php-xapi/exception": "~0.1",
18-
"php-xapi/model": "~0.1",
19-
"php-xapi/serializer": "~0.1",
20-
"php-xapi/test-fixtures": "~0.1"
17+
"php-xapi/exception": "^0.1.0",
18+
"php-xapi/model": "^0.1.0",
19+
"php-xapi/serializer": "^0.1.0"
20+
},
21+
"require-dev": {
22+
"php-xapi/test-fixtures": "^0.1.0"
2123
},
2224
"autoload": {
2325
"psr-4": {

0 commit comments

Comments
 (0)