Skip to content

Replace azjezz/psl with php-standard-library/php-standard-library#23

Merged
veewee merged 1 commit into
phpro:mainfrom
veewee:psl-drop-in-replacement
Mar 27, 2026
Merged

Replace azjezz/psl with php-standard-library/php-standard-library#23
veewee merged 1 commit into
phpro:mainfrom
veewee:psl-drop-in-replacement

Conversation

@veewee
Copy link
Copy Markdown
Contributor

@veewee veewee commented Mar 27, 2026

Summary

  • Swap composer package name from azjezz/psl to php-standard-library/php-standard-library (drop-in replacement)
  • Same version constraint: ^3.2 || ^4.0 || ^5.0
  • No code changes needed; all Psl\* namespaces remain identical

Test plan

  • php-cs-fixer: clean
  • psalm: no errors
  • phpunit (unit): 46 tests, 107 assertions passing
  • CI: full integration test suite with database

The PSL library moved to its new home under the php-standard-library
organization. This swaps the composer package name while keeping the
same version constraint (^3.2 || ^4.0 || ^5.0). All Psl\* namespaces
remain unchanged as this is a drop-in replacement.

Also removes the variables_order ini setting from phpunit.xml.dist as
it cannot be set at runtime (PHP_INI_PERDIR).
@veewee veewee force-pushed the psl-drop-in-replacement branch from 2d9ab1d to 35b4a19 Compare March 27, 2026 15:05
@veewee veewee merged commit 7842d61 into phpro:main Mar 27, 2026
4 checks passed
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.

1 participant