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