/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
composer.json
54 строки
1 KB
Jon Surrell
Update phpcs, wpcs dependencies (#81279)
06 авг 2026, 14:44
Не верифицирован
06 авг 2026, 14:44
23b5b85
Код
Авторство
О чём код?
{ "name": "wordpress/gutenberg", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "description": "Prototyping since 1440. Development hub for the editor focus in core.", "homepage": "https://wordpress.github.io/gutenberg/", "keywords": [ "gutenberg", "wordpress", "editor", "wp", "react", "javascript" ], "support": { "issues": "https://github.com/WordPress/gutenberg/issues" }, "config": { "process-timeout": 0, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "composer/installers": true }, "lock": false }, "require-dev": { "phpcompatibility/phpcompatibility-wp": "^2.1.3", "wp-coding-standards/wpcs": "^3.4.1", "squizlabs/php_codesniffer": "^3.13.6", "sirbrillig/phpcs-variable-analysis": "^2.8", "spatie/phpunit-watcher": "^1.23", "yoast/phpunit-polyfills": "^1.1.0", "gutenberg/gutenberg-coding-standards": "@dev" }, "repositories": [ { "type": "path", "url": "./test/php/gutenberg-coding-standards", "options": { "symlink": false } } ], "require": { "php": ">=7.4", "composer/installers": "^1.0 || ^2.0" }, "scripts": { "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source", "lint": "phpcs --standard=phpcs.xml.dist", "test": "phpunit", "test:watch": "phpunit-watcher watch < /dev/tty" } }