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

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Local dev improvements #417

merged 3 commits into from
Jan 20, 2025

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.

composer.json Outdated
@@ -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

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