Merge branch 'feature/new-requirements' into 'master'
classes from wp-requirements See merge request !20
No related branches found
No related tags found
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- apigen.neon 5 additions, 5 deletionsapigen.neon
- composer.json 2 additions, 1 deletioncomposer.json
- src/Plugin/WithoutNamespace/Buildable.php 11 additions, 0 deletionssrc/Plugin/WithoutNamespace/Buildable.php
- src/Plugin/WithoutNamespace/Has_Plugin_Info.php 29 additions, 0 deletionssrc/Plugin/WithoutNamespace/Has_Plugin_Info.php
- src/Plugin/WithoutNamespace/Plugin_Info.php 171 additions, 0 deletionssrc/Plugin/WithoutNamespace/Plugin_Info.php
... | @@ -19,7 +19,8 @@ | ... | @@ -19,7 +19,8 @@ |
"wimg/php-compatibility": "^8" | "wimg/php-compatibility": "^8" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": {"WPDesk\\PluginBuilder\\": "src/"} | "psr-4": {"WPDesk\\PluginBuilder\\": "src/"}, | ||
"classmap": ["src/Plugin/WithoutNamespace"] | |||
}, | }, | ||
"autoload-dev": { | "autoload-dev": { | ||
}, | }, | ||
... | ... |
src/Plugin/WithoutNamespace/Buildable.php
0 → 100644
src/Plugin/WithoutNamespace/Plugin_Info.php
0 → 100644
Please register or sign in to comment