Skip to content

Commit 921aa8f

Browse files
committed
Moved a dependency to non-dev require
1 parent 7eeee37 commit 921aa8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.0"
16+
"php": ">=5.3.0",
17+
"openlss/lib-array2xml": "~0.0.9"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "4.5.*",
20-
"phpunit/php-code-coverage": "2.x",
21-
"openlss/lib-array2xml": "~0.0.9"
21+
"phpunit/php-code-coverage": "2.x"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)