Files
faveo/vendor/bugsnag/bugsnag/composer.json
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

30 lines
721 B
JSON

{
"name": "bugsnag/bugsnag",
"type": "library",
"description": "Official Bugsnag notifier for PHP applications.",
"keywords": ["bugsnag", "exceptions", "errors", "logging", "tracking"],
"homepage": "https://github.com/bugsnag/bugsnag-php",
"license": "MIT",
"authors": [{
"name": "James Smith",
"email": "notifiers@bugsnag.com",
"homepage": "https://bugsnag.com"
}],
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0"
},
"autoload": {
"psr-0" : {
"Bugsnag_" : "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
}
}