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

5.6.0 #498

Open
mmarousez-dc opened this issue Jun 10, 2024 · 9 comments
Open

5.6.0 #498

mmarousez-dc opened this issue Jun 10, 2024 · 9 comments

Comments

@mmarousez-dc
Copy link

Hello, I see that you have updates since 5.5.0 can you publish a new tag please ?

@theMeiner
Copy link

Yes pls. I need the new Version from nesbot/carbon to use the latest symfony parts

@wagnerbugs
Copy link

Yes. nesbot/carbon 3.6 (laravel 11)

@RootKeek
Copy link

RootKeek commented Jul 3, 2024

Same here to use the latest symfony parts

@marien-probesys
Copy link

marien-probesys commented Jul 3, 2024

Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the master branch and pin the last commit:

"require": {
    "webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
}

This allows you to use the latest version that uses Carbon 3 (ref #483) and allows you to upgrade to Symfony 7 if you need to.

You must be very careful with this! As you pin the version number, you will no longer get updates from patch/minor versions. You will not even get information about new version when running composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)

Side note: if you use GitHub, you may receive a security alert from Dependabot about #416. The report is incorrect as you use a version of PHP-IMAP > 5.3. You can dismiss it.

@theMeiner
Copy link

But if you have required roave/security-advisories
You will receive this

Problem 1 - Root composer.json requires webklex/php-imap dev-master -> satisfiable by webklex/php-imap[dev-master]. - roave/security-advisories dev-latest conflicts with webklex/php-imap 1.0.x-dev. - webklex/php-imap 1.0.x-dev is an alias of webklex/php-imap dev-master and must be installed with it. - roave/security-advisories is locked to version dev-latest and an update of this package was not requested.

Because of you branch-alias is set to version 1.0.x-dev*

When i try to req with version 1.0.x-dev, because is an alias, i get this

Problem 1 - Root composer.json requires webklex/php-imap 1.0.x-dev -> satisfiable by webklex/php-imap[1.0.x-dev (alias of dev-master)]. - roave/security-advisories dev-latest conflicts with webklex/php-imap <5.3. - Root composer.json requires roave/security-advisories dev-latest -> satisfiable by roave/security-advisories[dev-latest].

You can update the alias to 5.5.* to avoid this right?

@mariuszkrzaczkowski
Copy link

When will the next version of the change be published?

@netpok
Copy link
Contributor

netpok commented Oct 1, 2024

@Webklex Please create a release if possible

@netpok
Copy link
Contributor

netpok commented Oct 3, 2024

But #521 needs fixing first

@igordeveloper
Copy link

igordeveloper commented Oct 16, 2024

Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the master branch and pin the last commit:

"require": {
    "webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
}

This allows you to use the latest version that uses Carbon 3 (ref #483) and allows you to upgrade to Symfony 7 if you need to.

You must be very careful with this! As you pin the version number, you will no longer get updates from patch/minor versions. You will not even get information about new version when running composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)

Side note: if you use GitHub, you may receive a security alert from Dependabot about #416. The report is incorrect as you use a version of PHP-IMAP > 5.3. You can dismiss it.

Hi

With this solution i have a problem with other bundle, the roave/security-advisories, see error:

roave/security-advisories dev-master conflicts with webklex/php-imap <5.3.

Could you please help us?

Thank you!!!

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

8 participants