update 1.0.8.0
Commits for version update
This commit is contained in:
11
vendor/bugsnag/bugsnag-laravel/composer.json
vendored
11
vendor/bugsnag/bugsnag-laravel/composer.json
vendored
@@ -12,12 +12,17 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"illuminate/support": "4.*|5.*",
|
||||
"bugsnag/bugsnag": ">=2.5.0"
|
||||
"illuminate/support": "^4.0|^5.0",
|
||||
"bugsnag/bugsnag": "^2.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8|^5.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Bugsnag\\BugsnagLaravel\\": "src/"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user