[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
vendor
/
elementor
/
wp-notifications-package
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 src
SET
[ DEL ]
📄 README.md
368 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
565 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.lock
15,923 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpcs.xml
2,391 B
SET
[ EDIT ]
|
[ DEL ]
📄 plugin-example.php
3,154 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: composer.json
{ "name": "elementor/wp-notifications-package", "version": "1.2.0", "require-dev": { "squizlabs/php_codesniffer": "^3.10.2", "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0", "wp-coding-standards/wpcs": "^3.1.0" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "scripts": { "lint": "vendor/bin/phpcs --standard=./phpcs.xml .", "lint:fix": "vendor/bin/phpcbf ." }, "autoload": { "psr-4": { "Elementor\\WPNotificationsPackage\\": "src/" } } }