Skip to content

Commit

Permalink
Merge pull request marcelog#19 from staelche/change-php4log-src
Browse files Browse the repository at this point in the history
Changed the log4php requirement source from pear to composer/packagist
  • Loading branch information
marcelog committed Mar 21, 2014
2 parents 803159e + 9408c36 commit 391d56e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ vendor
.project
build
resources/php.ini

composer.lock
nbproject
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"
}
}
17 changes: 0 additions & 17 deletions composer.lock

This file was deleted.

0 comments on commit 391d56e

Please sign in to comment.