Skip to content

Conversation

@deluxetom
Copy link
Contributor

This made my life much easier in the last couple of days, so I wanted to share.

Some dependencies are only for php-vips, I'm currently working on getting the intervention driver for vips ready.
I would love for Glide to also support the vips driver as it is very fast and uses fewer resources

Copy link
Collaborator

@ADmad ADmad left a comment

Choose a reason for hiding this comment

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

.gitattributes needs to the updated to "export-ignore" the new composer config files.

composer.json Outdated
"phpunit/phpunit": "^10.5 || ^11.0",
"friendsofphp/php-cs-fixer": "^3.48"
"friendsofphp/php-cs-fixer": "^3.48",
"phpstan/phpstan": "^1.10 || ^2.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"phpstan/phpstan": "^1.10 || ^2.0"
"phpstan/phpstan": "^2.0"

v1 vs v2 can generate slightly different error report

Dockerfile Outdated

# install dependencies
RUN apt update && apt install -y --no-install-recommends \
libvips42 \
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's hold off the dependencies for vips until we are able to actually support it.

@ADmad ADmad added this to the 3.x milestone Dec 20, 2024
@deluxetom
Copy link
Contributor Author

@ADmad PR updated

@ADmad ADmad merged commit 35631a1 into thephpleague:3.x Jan 20, 2025
7 checks passed
@deluxetom deluxetom deleted the 3.x-local-dev branch January 20, 2025 17:07
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