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 dependencies, including dev-develop for imagine #1458

Closed
wants to merge 3 commits into from
Closed

Update dependencies, including dev-develop for imagine #1458

wants to merge 3 commits into from

Conversation

tacman
Copy link
Contributor

@tacman tacman commented Feb 9, 2022

Q A
Branch? 3
Bug fix? no
New feature? no
BC breaks? maybe
Deprecations? yes! All the imagine ones.
Fixed tickets #1457
License MIT

Since this bundle is a wrapper around php-imagine, and version 3 is our dev version, I've updated the require-dev components to allow the latest versions of everything. By using the dev-develop version of imagine, all the deprecation notices from that library disappeared.

Tests pass.

However, I don't know how stable dev-develop is. So should v3 of this bundle support dev-develop? Maybe someone from the imagine library can jump in.

Copy link
Member

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

i am -1 on using a develop version of imagine, the rest seems good to me. allowing the new flysystem and log could maybe even be done in the 2.x branch as well, i don't think there are changes for consumers, only for implementers.

@@ -24,7 +24,7 @@
"require": {
"php": "^7.4|^8.0",
"ext-mbstring": "*",
"imagine/imagine": "^1.2.4",
"imagine/imagine": "dev-develop",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would prefer to only use stable versions of upstream dependencies.

but happy to raise the version to the latest released major version.

@dbu dbu added this to the 3.0.0 milestone Feb 10, 2022
@tacman
Copy link
Contributor Author

tacman commented Feb 10, 2022 via email

@dbu
Copy link
Member

dbu commented Feb 11, 2022

i am not aware of a current demo repository.

the (released from the 2.x branch) LiipImagineBundle has tests running with symfony 6 though, so i would expect it to work with symfony 6.

getting the imagine-bundle 3 released still has a bunch of tasks that need to be done, don't hold your breath for that to happen too soon ;-)

This pull request was closed.
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.

2 participants