Skip to content

Commit

Permalink
Changed the log4php requirement source from pear to composer/packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
xware42 committed Mar 18, 2014
1 parent 2cf203d commit 88ae5f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.apache.org/log4php/"
}],
"autoload": {
"psr-0": {
"PAGI": "src/mg"
}
},
"require": {
"php": ">=5.3.3",
"pear-log4php/Apache_log4php": ">=2.1.0"
"apache/log4php": ">=2.1.0"
}
}

0 comments on commit 88ae5f7

Please sign in to comment.