Skip to content

docs: fix Composer package name on tools page - #1488

Open
Hashim1999164 wants to merge 1 commit into
pure-css:mainfrom
Hashim1999164:fix/composer-package-name
Open

docs: fix Composer package name on tools page#1488
Hashim1999164 wants to merge 1 commit into
pure-css:mainfrom
Hashim1999164:fix/composer-package-name

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 22, 2026

Copy link
Copy Markdown

Summary

  • The tools page told users to run composer require pure-css/pure, which is not published on Packagist.
  • Update the snippet to composer require yahoo/purecss, which installs successfully.

Fixes #1422

Test plan

  • Confirm Packagist lists yahoo/purecss
  • Confirm composer require yahoo/purecss works in a fresh directory
  • Confirm the tools page snippet matches the updated command

The install snippet used pure-css/pure, which is not on Packagist.
Use yahoo/purecss, the published package name.

Fixes pure-css#1422
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.

Composer instructions do not work

1 participant