Skip to content

Commit

Permalink
added log4php as a dependency for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Aug 30, 2012
1 parent 1853522 commit 02719e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README
Expand Up @@ -45,10 +45,6 @@ Just add the package "marcelog/ding":
"marcelog/ding": "dev-master"
}
}

Note that since log4php is a dependency and does not have a composer
installation available, you will need to add it to your own composer.json file.

Packagist URL: http://packagist.org/packages/marcelog/ding
-------------------------------------------------------------------------------
Available via PEAR
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -13,12 +13,18 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.apache.org/log4php/"
}],
"autoload": {
"psr-0": {
"Ding": "src/mg"
}
},
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"pear-log4php/Apache_log4php": ">=2.1.0"
}
}
7 changes: 5 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02719e6

Please sign in to comment.