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

Move php-cs-fixer to tools directory. #123

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Move php-cs-fixer to tools directory. #123

merged 2 commits into from
Nov 15, 2023

Conversation

greylabel
Copy link
Contributor

@greylabel greylabel commented Nov 15, 2023

npm install calls:

> @basalt/twig-renderer@3.0.0 prepare
> composer install --no-dev --optimize-autoloader --prefer-dist

Which causes some flapping as it removes everything in composer.json require-dev.

This PR moves, php-cs-fixer to /tools, which is actually the approach recommended by the PHP-CS-Fixer project. It's the currently the only PHP dev dependency so doesn't require broader changes to any other tooling and allows for a more seamless dev workflow. We can revisit if/when we need more PHP dev deps...

📦 Published PR as canary version: 3.0.1--canary.123.eb4d872.0

✨ Test out this PR locally via:

npm install @basalt/twig-renderer@3.0.1--canary.123.eb4d872.0
# or 
yarn add @basalt/twig-renderer@3.0.1--canary.123.eb4d872.0

@EvanLovely EvanLovely merged commit c8bd234 into master Nov 15, 2023
4 checks passed
@EvanLovely EvanLovely deleted the tools-phpcsfixer branch November 15, 2023 18:52
Copy link

🚀 PR was released in v3.0.1 🚀

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.

2 participants