Skip to content

Commit

Permalink
Merge pull request #2 from pear/topics/composer-for-pear
Browse files Browse the repository at this point in the history
Updated/New Composer support for Pager
  • Loading branch information
till committed Feb 21, 2014
2 parents 937ef14 + 0202126 commit 3e74511
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
36 changes: 36 additions & 0 deletions composer.json
@@ -0,0 +1,36 @@
{
"authors": [
{
"email": "l.alberton@quipo.it",
"name": "Lorenzo Alberton",
"role": "Lead"
},
{
"email": "richard@phpguru.org",
"name": "Richard Heyes",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Pager": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Pager",
"include-path": [
"./"
],
"license": "BSD",
"name": "pear/pager",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Pager",
"source": "https://github.com/pear/Pager"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit 3e74511

Please sign in to comment.