Skip to content

Commit b21ab99

Browse files
authored
Merge pull request #153 from gggeek/gggeek/fix_replace_pearexception
fix composer.json: typo in `replace` for pear_exception package
2 parents 387c79d + a4590a0 commit b21ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
},
8181
"replace": {
8282
"pear/pear-core-minimal": "*",
83-
"pear/pear-exception": "*"
83+
"pear/pear_exception": "*"
8484
}
8585
}

0 commit comments

Comments
 (0)