6aa1ef41e6
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
431 B
JSON
24 lines
431 B
JSON
{
|
|
"name": "sidelkin/cf7-spam-to-telegram",
|
|
"description": "Forwards CF7 spam submissions to Telegram",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Cf7stg\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|