-
- Downloads
alpha version of requirement checker abs basic plugin info
parent
355b26d0
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "wpdesk/wp-basic-requirements", | ||
"authors": [ | ||
{ | ||
"name": "Krzysiek", | ||
"email": "krzysiek@wpdesk.pl" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
}, | ||
"autoload-dev": { | ||
}, | ||
"scripts": { | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | ||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | ||
} | ||
} |
src/Basic_Requirement_Checker.php
0 → 100644
src/Plugin_Info.php
0 → 100644
Please register or sign in to comment