Skip to content

Commit

Permalink
Enhancement: manually fix this up
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 17, 2014
1 parent 7f1fede commit 2f0e5d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -20,17 +20,17 @@
"include-path": [
"./"
],
"license": "MIT License",
"license": "MIT",
"name": "pear/net_checkip2",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_CheckIP2",
"source": "https://github.com/pear/Net_CheckIP2"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"replace": {
"pear/net_checkip": "*"
}
}
}

0 comments on commit 2f0e5d7

Please sign in to comment.