Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

Slamdunk
Copy link
Collaborator

No description provided.

@Slamdunk Slamdunk added this to the 5.5.0 milestone Dec 10, 2024
all: phpcbf phpcs phpstan phpunit infection phpbench

.PHONY: install
install: vendor/composer/installed.json
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There's no need to remember to run make install, just add vendor/composer/installed.json as a prerequisit for every other target

@lcobucci
Copy link
Owner

Although I see the value in having a standard setup for development environments, I find the benefit very limited for this particular package.

We don't have an exotic set of dependencies nor a big complex set of containers to orchestrate to achieve something.

We also still need to run against multiple PHP versions, which would make things a bit more complex (sure, we can have a build argument and make Dockerfile variable).

So... balancing the complexity of things I honestly lean towards simplicity - unless we're having issues with different PHP configurations between different people.

@Ocramius what are your thoughts?

@Slamdunk
Copy link
Collaborator Author

I find the benefit very limited for this particular package.

The benefit is not for the package, is for the maintainers: I am currently close to 30 packages to maintain, I don't want to adapt the installed packages and aliases on my PC anymore

We also still need to run against multiple PHP versions, which would make things a bit more complex

How is the php alias currently at the beginning of every line any easier than changing the version in the Dockerfile? It has always been a burden to me so far.

For the records, I'm using this PR on this very package for a year. It's a full year right now I have no packages installed on my PC and oh god it's so much easier to do everything.

@Ocramius
Copy link
Collaborator

FWIW, I'm very close to using nix flakes for my stuff myself: I need it pinned like butterflies under a needle.

@Slamdunk Slamdunk removed this from the 5.5.0 milestone Jan 28, 2025
@Slamdunk Slamdunk force-pushed the docker_local_build branch from fadd502 to 45b3192 Compare June 9, 2025 06:22
@Slamdunk Slamdunk changed the base branch from 5.5.x to 6.0.x June 9, 2025 06:22
@Slamdunk Slamdunk added this to the 6.0.0 milestone Jun 9, 2025
@Slamdunk Slamdunk force-pushed the docker_local_build branch from 45b3192 to ec9709f Compare August 20, 2025 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.