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

Local dev improvements #417

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

deluxetom
Copy link

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.

@@ -34,11 +34,17 @@
"require-dev": {
"mockery/mockery": "^1.6",
"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


# 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
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