[ 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
/
presto-player
/
vendor
/
brainstormforce
/
astra-notices
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 class-astra-notices.php
11,919 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
1,135 B
SET
[ EDIT ]
|
[ DEL ]
📄 notices.css
721 B
SET
[ EDIT ]
|
[ DEL ]
📄 notices.js
2,065 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: composer.json
{ "name": "brainstormforce/astra-notices", "type": "wordpress-plugin", "description": "Easily create admin notices", "license": "GPL-3.0-or-later", "authors": [ { "name": "Brainstorm Force", "email": "hello@bsf.io" } ], "require": { "composer/installers": "^2.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "phpcompatibility/phpcompatibility-wp": "2.1.4", "phpunit/phpunit": "^9.0", "wp-cli/dist-archive-command": "^2.0", "wp-coding-standards/wpcs": "^3.0", "wp-phpunit/wp-phpunit": "^6.0", "roots/wordpress": "^6.0", "yoast/phpunit-polyfills": "^1.0" }, "config": { "allow-plugins": { "composer/installers": true, "dealerdirect/phpcodesniffer-composer-installer": true, "roots/wordpress-core-installer": true } }, "minimum-stability": "stable", "scripts": { "format": "vendor/bin/phpcbf", "lint": "vendor/bin/phpcs", "test": "vendor/bin/phpunit" } }