diff --git a/wp-plugin-base.php b/${REPO_NAME}.php similarity index 86% rename from wp-plugin-base.php rename to ${REPO_NAME}.php index 1a24733..fda93c1 100644 --- a/wp-plugin-base.php +++ b/${REPO_NAME}.php @@ -1,8 +1,8 @@ - + diff --git a/README.md b/README.md index 25bfdfd..902fbd2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# wp-plugin-base - +# $REPO_NAME \ No newline at end of file diff --git a/composer.json b/composer.json index 4e753dc..fd00a96 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,7 @@ { "autoload": { - "psr-4": {"wp_plugin_base\\": "."} + "psr-4": { + "${REPO_NAME_PASCAL}\\": "." + } } }