Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer.json #360

Merged
merged 3 commits into from Aug 1, 2019
Merged

Update composer.json #360

merged 3 commits into from Aug 1, 2019

Conversation

taylorotwell
Copy link
Contributor

Allow installation on Laravel 6 projects. Needed for testing on Laravel 6 projects.

Allow installation on Laravel 6 projects. Needed for testing on Laravel 6 projects.
@tomlongridge tomlongridge added the needs discussion Requires internal analysis/discussion label Jul 30, 2019
@taylorotwell
Copy link
Contributor Author

taylorotwell commented Jul 31, 2019

Can I get this merged and a new release tagged :) ... currently can't use this on Laravel 6.0 projects.

@GrahamCampbell
Copy link
Contributor

In the meanwhile, you can install Bugsnag as follows...

  1. Add this to your composer.json file:
    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/taylorotwell/bugsnag-laravel"
        }
    ],
  1. Add this to your require block:
        "bugsnag/bugsnag-laravel": "dev-patch-1 as 2.16.99"

@tomlongridge tomlongridge changed the base branch from master to next August 1, 2019 08:41
@tomlongridge tomlongridge added scheduled Work is starting on this feature/bug and removed needs discussion Requires internal analysis/discussion labels Aug 1, 2019
@tomlongridge tomlongridge merged commit 4cad858 into bugsnag:next Aug 1, 2019
@tomlongridge tomlongridge removed the scheduled Work is starting on this feature/bug label Aug 1, 2019
@tomlongridge
Copy link
Contributor

@taylorotwell - apologies for the delay: this is now released as a beta (2.17.0-beta).

@tomlongridge tomlongridge added the released This feature/bug fix has been released label Aug 1, 2019
@phillipsam phillipsam added the scheduled Work is starting on this feature/bug label Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This feature/bug fix has been released scheduled Work is starting on this feature/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants