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

Package not compatible with laravel 11 #116

Open
deepak4tpots opened this issue Aug 22, 2024 · 3 comments
Open

Package not compatible with laravel 11 #116

deepak4tpots opened this issue Aug 22, 2024 · 3 comments

Comments

@deepak4tpots
Copy link

This package is not working with laravel 11 it has compatibility issues
image

@shubhamchugh
Copy link

Using

"pragmarx/version":"dev-master"

in your composer.json file will fetch and install the latest master branch of the specified repository into your project.

This is necessary because the author has not tagged the latest version.

@PermittedLeader
Copy link

@antonioribeiro, is it possible to tag a point release so that it can be installed in the usual way via composer, without specifying dev-master?

@mankowitz
Copy link

I have a laravel package called stationpackage which requires"pragmarx/version":"dev-master" in composer.json. This package is fine when I do composer upgrade. However, when I try to include this package from another application, it complains about minimum-stability, even if I try

"require": {
    "stationmd/stationpackage": "^5.1@dev",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants