Skip to content

Commit f773052

Browse files
rudolfbykerdanmichaelo
authored andcommitted
Re-order composer dependencies.
1 parent 5964342 commit f773052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"require": {
1414
"php": ">=5.6",
1515
"ext-xml": "*",
16+
"ext-json": "*",
1617
"ck/file_marc_reference": "^1.2",
17-
"pear/file_marc": "^1.1",
18-
"ext-json": "*"
18+
"pear/file_marc": "^1.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^5.7 | ^6.0 | ^7.0",

0 commit comments

Comments
 (0)