Plugin Directory

source: blocks-for-civicrm/tags/1.4.0/vendor/agencenous/wp-reporting/composer.json @ 3086334

Last change on this file since 3086334 was 3086334, checked in by bastho, 2 months ago

Deploy v1.4.0 - Update stable tag to 1.4

File size: 847 bytes
Line 
1{
2    "name": "agencenous/wp-reporting",
3    "description": "Utility for sending log reports in Wordpress themes & plugins",
4    "type": "wordpress-package",
5    "license": "GPL-3.0-or-later",
6    "version": "1.8.0",
7    "minimum-stability": "dev",
8    "authors": [
9        {
10            "name": "Bastien Ho",
11            "email": "bastien@avecnous.eu"
12        }
13    ],
14    "autoload": {
15        "files": [
16            "src/wp-reporting.php"
17        ]
18    },
19    "bin": [
20        "wp-reporting-encode-email"
21    ],
22    "require-dev": {
23        "squizlabs/php_codesniffer": "^3.8",
24        "suin/phpcs-psr4-sniff": "^3.0",
25        "wp-coding-standards/wpcs": "^3.0",
26        "agencenous/bump-version": "dev-main"
27    },
28    "config": {
29        "allow-plugins": {
30            "dealerdirect/phpcodesniffer-composer-installer": true
31        }
32    }
33}
Note: See TracBrowser for help on using the repository browser.