psalm/psalm-plugin-wordpress

Abandoned wp-hooks dependency

paulshryock opened this issue · 2 comments

Package johnbillion/wp-hooks is abandoned, you should avoid using it. Use wp-hooks/wordpress-core instead.

See https://github.com/wp-hooks/wordpress-core/releases/tag/1.1.0 from 7/3/2022:

Switches over to the new library name: wp-hooks/wordpress-core.

Here are the code changes since 0.8.0: wp-hooks/wordpress-core-hooks@0.8.0...1.2.0

Suggested upgrade:

composer remove johnbillion/wp-hooks
composer require --dev wp-hooks/wordpress-core

Already fixed in #37

Ah, just found that. Sorry about the duplicate.