laravel-6 support
This commit is contained in:
40
vendor/bugsnag/bugsnag-psr-logger/composer.json
vendored
Normal file
40
vendor/bugsnag/bugsnag-psr-logger/composer.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "bugsnag/bugsnag-psr-logger",
|
||||
"type": "library",
|
||||
"description": "Official Bugsnag PHP PSR Logger.",
|
||||
"keywords": ["bugsnag", "exceptions", "errors", "logging", "tracking", "psr"],
|
||||
"homepage": "https://github.com/bugsnag/bugsnag-psr",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "James Smith",
|
||||
"email": "notifiers@bugsnag.com",
|
||||
"homepage": "https://bugsnag.com"
|
||||
}],
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"bugsnag/bugsnag": "^3.10",
|
||||
"psr/log": "^1.0|^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"graham-campbell/testbench-core": "^1.1",
|
||||
"mockery/mockery": "^0.9.4|^1.3.1",
|
||||
"phpunit/phpunit": "^4.8.36|^7.5.15|^9.4.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Bugsnag\\PsrLogger\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Bugsnag\\PsrLogger\\Tests\\" : "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.5-dev"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
Reference in New Issue
Block a user