文件操作 - composer.json
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-content/plugins/stream/composer.json
编辑文件内容
{ "name": "xwp/stream", "description": "Track WordPress user and system actions for debugging, logging and compliance purposes", "homepage": "https://wordpress.org/plugins/stream/", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "repositories": [ { "type": "composer", "url": "https://repo.wp-packages.org" } ], "require": { "php": ">=7.2", "ext-json": "*", "composer/installers": "^1.0 || ^2.0", "woocommerce/action-scheduler": "^3.9" }, "require-dev": { "automattic/vipwpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "humanmade/mercator": "dev-master as 1.1.0", "johnbillion/query-monitor": "^3.16", "php-coveralls/php-coveralls": "^2.5", "phpcompatibility/php-compatibility": "dev-develop as 9.99.99", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpunit/phpunit": "^9.6", "roots/wordpress": "^6.9", "wordpress/mcp-adapter": "^0.5", "wp-cli/wp-cli-bundle": "^2.6", "wp-coding-standards/wpcs": "^3.1", "wp-phpunit/wp-phpunit": "^6.9", "wp-plugin/advanced-custom-fields": "6.7.0", "wp-plugin/buddypress": "14.4.0", "wp-plugin/classic-editor": "1.6.7", "wp-plugin/easy-digital-downloads": "3.6.5", "wp-plugin/jetpack": "15.5", "wp-plugin/two-factor": "0.11.0", "wp-plugin/user-switching": "1.11.1", "wp-plugin/wordpress-seo": "27.0", "wp-plugin/wp-crontrol": "1.21.0", "wp-theme/twentytwentythree": "^1.0", "xwp/wait-for": "^0.0.1", "yoast/phpunit-polyfills": "^1.1" }, "config": { "process-timeout": 600, "sort-packages": true, "platform": { "php": "7.4" }, "allow-plugins": { "composer/installers": true, "dealerdirect/phpcodesniffer-composer-installer": true, "roots/wordpress-core-installer": true } }, "extra": { "wordpress-install-dir": "local/public/wp", "installer-paths": { "local/public/wp-content/themes/{$name}": ["type:wordpress-theme"], "vendor/{$vendor}/{$name}/": ["woocommerce/action-scheduler"], "local/public/wp-content/plugins/{$name}": ["type:wordpress-plugin"], "local/public/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin"] } }, "scripts": { "post-install-cmd": [ "@install-mcp-adapter-deps" ], "post-update-cmd": [ "@install-mcp-adapter-deps" ], "install-mcp-adapter-deps": [ "@php local/scripts/install-mcp-adapter-deps.php" ], "release": [ "composer install --no-dev --prefer-dist --optimize-autoloader" ], "lint-php": [ "phpcs ." ], "lint": [ "@composer validate", "@lint-php" ], "lint-tests": [ "phpcs ./tests --standard=./tests/phpcs.xml.dist" ], "format": [ "phpcbf .", "phpcbf ./tests --standard=./tests/phpcs.xml.dist" ], "test": [ "phpunit --coverage-text", "php local/scripts/make-clover-relative.php ./tests/reports/clover.xml" ], "test-one": [ "phpunit", "WP_MULTISITE=1 phpunit -c phpunit-multisite.xml" ], "test-multisite": [ "WP_MULTISITE=1 phpunit -c phpunit-multisite.xml --coverage-text", "php local/scripts/make-clover-relative.php ./tests/reports/clover.xml" ], "test-xdebug": [ "XDEBUG_TRIGGER=1 phpunit", "WP_MULTISITE=1 XDEBUG_TRIGGER=1 phpunit -c phpunit-multisite.xml" ], "test-report": [ "php-coveralls --verbose" ] } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件