Skip to content

Commit

Permalink
Merge pull request #1 from pear/topics/composer-for-pear
Browse files Browse the repository at this point in the history
Updated/New Composer support for Net_CheckIP
  • Loading branch information
till committed Feb 17, 2014
2 parents d6e08e5 + 6c2bf30 commit b482a26
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
28 changes: 28 additions & 0 deletions composer.json
@@ -0,0 +1,28 @@
{
"authors": [
{
"email": "mj@php.net",
"name": "Martin Jansen",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Net": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Net_CheckIP",
"include-path": [
"./"
],
"license": "MIT",
"name": "pear/net_checkip",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_CheckIP",
"source": "https://github.com/pear/Net_CheckIP"
},
"type": "library",
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit b482a26

Please sign in to comment.