polylang / dynamo

Improves the WordPress translations performance
GNU General Public License v2.0
6 stars 1 forks source link

Rename plugin files for compatibility with PSR-4 #27

Closed Chouby closed 1 year ago

Chouby commented 1 year ago

Closes #22

This PR only renames files. It doesn't change the default autoloader which remains based on the class map.

szepeviktor commented 1 year ago

@Chouby Here is how to check this in CI.

composer dump-autoload --optimize --strict-psr

source