outeredge / dev-dependencies
Dev tools used by outer/edge
Package info
github.com/outeredge/dev-dependencies
Type:phpcodesniffer-standard
pkg:composer/outeredge/dev-dependencies
6.0.0
2026-05-19 10:28 UTC
Requires
- php: ^8.4
- bitexpert/phpstan-magento: ^0.32
- magento/magento-coding-standard: 37
- magento/php-compatibility-fork: ^0.1
- outeredge/magento-patches: ^1.0
- phpstan/extension-installer: ^1.4
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-06-19 10:37:07 UTC
README
This repository contains the coding standards used by outer/edge with rules for:
- PHPCS
Install
composer require --dev outeredge/dev-dependencies
Then you can add the outer/edge coding standard to your phpcs.xml, i.e. for Magento 2:
<?xml version="1.0"?> <ruleset> ... <rule ref="vendor/outeredge/dev-dependencies/phpcs-magento.xml" /> <file>app/code/...</file> <file>app/design/frontend/...</file> ... </ruleset> </xml>
Running PHPCS tests
$ phpcs
Running PHPCS code fixer
$ phpcbf