Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.lock
  • Loading branch information
Synchro committed Sep 21, 2015
2 parents 42fc9eb + 98f3ac5 commit a843762
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
{
"name": "phpmailer/apix-log-phpmailer",
"description": "A PHPMailer logger for Apix log",
"description": "A PHPMailer logger for APIx Log",
"type": "library",
"minimum-stability": "stable",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Marcus Bointon",
"email": "[email protected]"
},
{
"name": "Franck Cassedanne",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3",
"apix/log": "^1.2",
"phpmailer/phpmailer": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"Apix\\Log\\Logger\\": "src/",
"Apix\\Log\\Logger\\tests\\": "tests/"
}
"psr-4": { "Apix\\Log\\Logger\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Apix\\Log\\Logger\\tests\\": "tests/" }
},
"provide": {
"psr/log-implementation": "1.0.0"
}
}

0 comments on commit a843762

Please sign in to comment.