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

Support for Laravel 7 #173

Merged
merged 2 commits into from
Mar 9, 2020
Merged

Support for Laravel 7 #173

merged 2 commits into from
Mar 9, 2020

Conversation

mikemand
Copy link
Contributor

Also some opinionated removal of PHP 7.1 and Laravel 5.5 support. The current version that supports Laravel 5.5 is stable and working, so let's move forward.

Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
composer.json Outdated Show resolved Hide resolved
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
@hosamalzagh
Copy link

where i can file change composer.json

@hosamalzagh
Copy link

i update in this folder torann put cant update to laravel7

@dwightwatson
Copy link
Contributor

@hosamalzagh you will need to wait until this PR is merged and tagged, then you can run composer update in your own project. Please be patient.

@mvdnbrk
Copy link

mvdnbrk commented Mar 7, 2020

Any update on this?

@othyn
Copy link

othyn commented Mar 9, 2020

@Torann please can we get this merged 😄

@SamuelNitsche
Copy link
Contributor

SamuelNitsche commented Mar 9, 2020

You can use this as a little trick in your composer.json file until the PR gets merged.

"repositories": [{
    "type": "vcs",
    "url": "https://github.com/mikemand/laravel-geoip"
}],
"require": {
    "torann/geoip": "dev-laravel-7.0",
},

@Torann Torann merged commit 8a9b1b5 into Torann:master Mar 9, 2020
@othyn
Copy link

othyn commented Mar 9, 2020

@Torann brilliant, thank you! 🎉

@mikemand mikemand deleted the laravel-7.0 branch March 10, 2020 03:19
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

Successfully merging this pull request may close these issues.

8 participants