[ 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-one-package
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 assets
SET
[ DEL ]
📁 src
SET
[ DEL ]
📄 composer.json
710 B
SET
[ EDIT ]
|
[ DEL ]
📄 runner.php
2,141 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: composer.json
{ "name": "elementor/wp-one-package", "version": "1.0.59", "require-dev": { "squizlabs/php_codesniffer": "^3.10.2", "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0", "wp-coding-standards/wpcs": "^3.1.0", "phpunit/phpunit": "^9.0", "yoast/phpunit-polyfills": "^2.0", "johnpbloch/wordpress-core": "^6.0" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "scripts": { "lint": "vendor/bin/phpcs --standard=./phpcs.xml ./src/", "lint:fix": "vendor/bin/phpcbf ." }, "autoload": { "files": [ "./runner.php" ] }, "require": { "elementor/wp-notifications-package": "^1.2" } }