Skip to content

Commit

Permalink
Fix: require
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 21, 2014
1 parent 54beb62 commit b24b39c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -35,8 +35,7 @@
],
"require": {
"php": ">=5.0.0",
"pear/math_biginteger": "*",
"pear/pear_exception": "*"
"pear/math_biginteger": "*"

This comment has been minimized.

Copy link
@enz0jke

enz0jke Jun 2, 2014

repo doesn't have any tags. that meens that this require grub nothing. Can u fix it to suggest, or put tags in your repos?

This comment has been minimized.

Copy link
@cweiske

cweiske Jul 28, 2014

Member

fixed

},
"autoload": {
"psr-0": {
Expand All @@ -53,4 +52,4 @@
"require-dev": {
"phpunit/phpunit": "*"
}
}
}

0 comments on commit b24b39c

Please sign in to comment.