Skip to content

Commit 6587e4e

Browse files
authored
Update composer.json
1 parent a569e59 commit 6587e4e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@
2121
"./"
2222
],
2323
"license": "BSD License",
24-
"name": "pear/math_numerical_rootfinding",
24+
"name": "hashmode/math_numerical_rootfinding",
2525
"support": {
2626
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Math_Numerical_RootFinding",
2727
"source": "https://github.com/pear/Math_Numerical_RootFinding"
2828
},
2929
"type": "library",
30-
"require": {
31-
"pear/pear_exception": "*"
32-
},
3330
"require-dev": {
3431
"phpunit/phpunit": "*"
3532
}
36-
}
33+
}

0 commit comments

Comments
 (0)