-
Notifications
You must be signed in to change notification settings - Fork 202
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
base: 3.x
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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 \ |
There was a problem hiding this comment.
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 PR updated |
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 theintervention
driver forvips
ready.I would love for Glide to also support the
vips
driver as it is very fast and uses fewer resources