File: /home/p/e/r/perditaeyz/www/wp-content/plugins/better-wp-security/core/composer.json
{
"name": "ithemes/ithemes-security-core",
"description": "iThemes Security Core",
"type": "project",
"require": {
"pimple/pimple": "^3.2"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Timothy Jacobs",
"email": "timothy@ithemes.com"
},
{
"name": "Chris Jean",
"email": "chris@ithemes.com"
}
],
"minimum-stability": "stable",
"autoload": {
"classmap": [
"Exception/",
"Contracts/",
"modules/",
"lib"
],
"exclude-from-classmap": [
"lib/itsec-zxcvbn-php",
"modules/pro"
]
}
}