HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "unmask",
"description": "Expose support for WordPress",
"version": "1.0.0",
"type": "wordpress-plugin",
"keywords": ["intrusion detection", "logging", "security"],
"homepage": "https://github.com/ericmann/unmask",
"license": "MIT",
"authors": [
{
"name": "Eric Mann",
"email": "eric@eamann.com",
"homepage": "https://eamann.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"enygma/expose": "^3.0"
},
"require-dev": {
"10up/wp_mock": "0.3.0",
"symfony/config": "3.4.3",
"symfony/debug": "3.4.3",
"symfony/filesystem": "3.4.3",
"symfony/stopwatch": "3.4.3",
"symfony/yaml": "3.4.3",
"doctrine/instantiator": "1.0.5",
"satooshi/php-coveralls": "^1.0"
},
"platform": {
"php": "7.0"
}
}