-
- Downloads
feature(core): Added classmap autoload
parent
d8f13148
No related branches found
No related tags found
This commit is part of merge request !32. Comments created here will be created in the context of that merge request.
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- composer.json 2 additions, 2 deletionscomposer.json
- src/Basic_Requirement_Checker.php 535 additions, 545 deletionssrc/Basic_Requirement_Checker.php
- src/Basic_Requirement_Checker_Factory.php 52 additions, 60 deletionssrc/Basic_Requirement_Checker_Factory.php
- src/Basic_Requirement_Checker_With_Update_Disable.php 28 additions, 38 deletionssrc/Basic_Requirement_Checker_With_Update_Disable.php
- src/Requirement_Checker.php 78 additions, 78 deletionssrc/Requirement_Checker.php
- src/Requirement_Checker_Factory.php 11 additions, 12 deletionssrc/Requirement_Checker_Factory.php
... | ... | @@ -19,10 +19,10 @@ |
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
"classmap": ["src"] | ||
}, | ||
"autoload-dev": { | ||
"classmap": ["src", "tests"] | ||
"classmap": ["tests"] | ||
}, | ||
"extra": { | ||
"text-domain": "wp-basic-requirements", | ||
... | ... |
Please register or sign in to comment