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

Question: New release for php 8 missing? #45

Closed
fachcraftim opened this issue Jan 26, 2021 · 4 comments
Closed

Question: New release for php 8 missing? #45

fachcraftim opened this issue Jan 26, 2021 · 4 comments

Comments

@fachcraftim
Copy link

Hi!

Looks like you guys already made the afford to make the code base working with php 8 - thanks for that!

@uavn I can't find a release with a tag pointing to the latest changes - am I missing something here?

Thanks in advance!

Tim

@jp-resource
Copy link

Hi,
Thank you for your efforts for PHP 8. But I noticed that fzaninotto/faker. is abandoned and throws an error when installed on PHP8. Could you guys update this faker as well. Maybe with this fakerphp/faker.
Thanks in advance.

@ikidnapmyself
Copy link

I just wanted to use mailjet package in a project what is currently under development, so I installed dev-master instead of a release. I had no error.
composer require mailjet/laravel-mailjet:dev-master

otherwise with PHP 8.0.0:

composer require mailjet/laravel-mailjet        
Using version ^2.1 for mailjet/laravel-mailjet
./composer.json has been updated
Running composer update mailjet/laravel-mailjet
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - mailjet/laravel-mailjet 2.1.0 requires laravel/tinker ~1.0 -> found laravel/tinker[v1.0.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.5).
    - mailjet/laravel-mailjet[2.1.1, ..., 2.1.3] require php ^7.1.3 -> your php version (8.0.0) does not satisfy that requirement.
    - Root composer.json requires mailjet/laravel-mailjet ^2.1 -> satisfiable by mailjet/laravel-mailjet[2.1.0, 2.1.1, 2.1.2, 2.1.3].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@fachcraftim
Copy link
Author

I've also installed dev-master, in addition to that I pointed to a specific commit to be sure nothing will break in the upcomping deployments

That's what I've done

composer require mailjet/laravel-mailjet:dev-master#e168d36

@uavn uavn mentioned this issue Feb 26, 2021
@uavn
Copy link
Collaborator

uavn commented Feb 26, 2021

@fachcraftim @jp-resource @ikidnapmyself thanks
faker updated, release tag 3.0.0 added

@uavn uavn closed this as completed Feb 26, 2021
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