HELLO v3!!!
This commit is contained in:
35
spec/fixtures/dynamic_finders/plugin_version/unmask/composer_file/composer.json
vendored
Normal file
35
spec/fixtures/dynamic_finders/plugin_version/unmask/composer_file/composer.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user