Skip to content

Commit c4a753e

Browse files
committed
Moving xsd2php from dev to require
1 parent fc7bc5b commit c4a753e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"ext-json": "*",
1212
"ext-simplexml": "*",
1313
"ext-xmlwriter": "*",
14+
"goetas/xsd2php":"2.*@dev",
15+
"goetas/xsd-reader":"2.*@dev",
1416
"jms/serializer": "xsd2php-dev as 0.18.0"
1517
},
1618
"require-dev": {
1719
"phpunit/phpunit": "~4.0",
18-
"phpmd/phpmd": "~2.0",
19-
"goetas/xsd2php":"2.*@dev",
20-
"goetas/xsd-reader":"2.*@dev"
20+
"phpmd/phpmd": "~2.0"
2121
},
2222
"suggest": {
2323
"phpdocumentor/phpdocumentor": "For generating API documentation"

0 commit comments

Comments
 (0)