at path:
ROOT
/
wp-content
/
plugins
/
weglot
/
composer.json
run:
R
W
Run
app
DIR
2026-07-10 16:52:05
R
W
Run
blocks
DIR
2026-07-10 16:52:05
R
W
Run
dist
DIR
2026-07-10 16:52:05
R
W
Run
languages
DIR
2026-07-10 16:52:05
R
W
Run
src
DIR
2026-07-10 16:52:05
R
W
Run
templates
DIR
2026-07-10 16:52:05
R
W
Run
vendor
DIR
2026-07-10 16:52:05
R
W
Run
bootstrap.php
6.9 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
changelog.md
34.52 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
changelog.txt
1.8 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
composer.json
1.65 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
readme.txt
11.32 KB
2026-07-06 11:36:44
R
W
Run
Delete
Rename
weglot-autoload.php
837 By
2026-07-02 12:29:18
R
W
Run
Delete
Rename
weglot-compatibility.php
1.4 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
weglot-functions.php
7.24 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
weglot.php
12.46 KB
2026-07-02 12:29:18
R
W
Run
Delete
Rename
error_log
up
📄
composer.json
Save
{ "name": "weglot/translate-wordpress", "description": "Translate your WordPress website easily.", "type": "project", "license": "GPL-2.0-or-later", "authors": [ { "name": "Thomas DENEULIN", "email": "thomas@weglot.com" }, { "name": "Remy BERDA", "email": "remy@weglot.com" }, { "name": "Julien JACOB", "email": "julien@weglot.com" }, { "name": "Edson GALINA FORTES", "email": "edson@weglot.com" } ], "require": { "weglot/weglot-php": "^1.7.3", "gmulti/morphism-php": "dev-dev-bugfix" }, "repositories": [ { "type": "vcs", "url": "git@github.com:weglot/weglot-php.git" }, { "type": "vcs", "url": "git@github.com:weglot/simple_html_dom.git" }, { "type": "vcs", "url": "git@github.com:glx77/morphism-php.git" } ], "require-dev": { "squizlabs/php_codesniffer": "^3.2.2", "wp-coding-standards/wpcs": "^2.3.0", "phpunit/phpunit": "^9.6.33", "roave/security-advisories": "dev-master", "phpseclib/phpseclib": "^2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "automattic/vipwpcs": "^2.2", "yoast/phpunit-polyfills": "^1.0", "phpstan/phpstan": "^1.12", "phpstan/phpstan-deprecation-rules": "^1.2", "szepeviktor/phpstan-wordpress": "^1.3", "php-stubs/wordpress-stubs": "^6.0" }, "scripts": { "post-install-cmd": [ "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs" ], "post-update-cmd": [ "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs" ] }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, "platform": { "php": "7.4" } } }