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_Fstab
  • Loading branch information
till committed Feb 20, 2014
2 parents 4f3069c + 965f15b commit ba6a0c2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,32 @@
{
"authors": [
{
"email": "ieure@php.net",
"name": "Ian Eure",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"File": "./"
}
},
"description": "More info available on: http://pear.php.net/package/File_Fstab",
"include-path": [
"./"
],
"license": "PHP License v3.0",
"name": "pear/file_fstab",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_Fstab",
"source": "https://github.com/pear/File_Fstab"
},
"type": "library",
"require": {
"pear/pear_exception": "*",
"pear/pear": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit ba6a0c2

Please sign in to comment.