Skip to content

Commit d8f0c2d

Browse files
committed
fix composer dependencies
1 parent 0c472e6 commit d8f0c2d

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
@@ -26,7 +26,7 @@
2626
"XML": "./"
2727
}
2828
},
29-
"description": "A github mirror",
29+
"description": "XML parser",
3030
"include-path": [
3131
"./"
3232
],
@@ -38,9 +38,9 @@
3838
},
3939
"type": "library",
4040
"require": {
41-
"pear/pear": "*"
41+
"pear/pear-core-minimal": "*"
4242
},
4343
"require-dev": {
44-
"phpunit/phpunit": "*"
44+
"pear/pear": "*"
4545
}
4646
}

0 commit comments

Comments
 (0)