WordPress / two-factor

Two-Factor Authentication for WordPress.
https://wordpress.org/plugins/two-factor/
GNU General Public License v2.0
722 stars 149 forks source link

Remove wp-dev-lib dependency #369

Closed kasparsd closed 2 years ago

kasparsd commented 4 years ago

Use local tooling for linting and running PHP unit tests instead of wp-dev-lib. This is now possible since the whole codebase matches the WordPress PHP coding standards since #340.

Tasks:

kasparsd commented 2 years ago

Fixed in #436.