Navigation Menu

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 File_SMBPasswd
  • Loading branch information
till committed Feb 21, 2014
2 parents f3b07c9 + 7997bc0 commit 9dc9737
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
29 changes: 29 additions & 0 deletions composer.json
@@ -0,0 +1,29 @@
{
"authors": [
{
"email": "mbretter@php.net",
"name": "Michael Bretterklieber",
"role": "Lead"
}
],
"autoload": {
"classmap": [
"./"
]
},
"description": "More info available on: http://pear.php.net/package/File_SMBPasswd",
"license": "BSD",
"name": "pear/file_smbpasswd",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_SMBPasswd",
"source": "https://github.com/pear/File_SMBPasswd"
},
"type": "library",
"require": {
"pear/pear_exception": "*",
"pear/crypt_chap": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit 9dc9737

Please sign in to comment.