Skip to content
Snippets Groups Projects
Commit 26ef9059 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Add new file

parent 3f4feb8c
No related branches found
No related tags found
No related merge requests found
{
"name": "wpdesk/wp-wpdesk-activation-reminder",
"authors": [
{
"name": "Krzysiek",
"email": "krzysiek@wpdesk.pl"
},
{
"name": "Grzegorz",
"email": "grzegorz@wpdesk.net"
}
],
"require": {
"php": ">=7.0",
},
"require-dev": {
"phpunit/phpunit": "<7",
"mockery/mockery": "^1.2",
"10up/wp_mock": "^0.3"
},
"autoload": {
"psr-4": {
"WPDesk\\": "src/"
}
},
"autoload-dev": {
},
"extra": {
"text-domain": "wp-wpdesk-fs-table-rate",
"translations-folder": "lang",
"po-files": {
"pl_PL": "pl_PL.po"
}
},
"scripts": {
"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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment