1
1
{
2
- "name" : " magento/magento-coding-standard" ,
3
- "description" : " A set of Magento specific PHP CodeSniffer rules." ,
4
- "license" : [
5
- " OSL-3.0" ,
6
- " AFL-3.0"
2
+ "name" : " mage-os/magento-coding-standard" ,
3
+ "description" : " A set of Magento specific PHP CodeSniffer rules." ,
4
+ "license" : [
5
+ " OSL-3.0" ,
6
+ " AFL-3.0"
7
+ ],
8
+ "type" : " phpcodesniffer-standard" ,
9
+ "version" : " 1.0.0" ,
10
+ "require" : {
11
+ "php" : " ~8.1.0 || ~8.2.0" ,
12
+ "webonyx/graphql-php" : " ^15.0" ,
13
+ "ext-simplexml" : " *" ,
14
+ "ext-dom" : " *" ,
15
+ "phpcompatibility/php-compatibility" : " ^9.3" ,
16
+ "squizlabs/php_codesniffer" : " ^3.6.1" ,
17
+ "rector/rector" : " ^0.17.12" ,
18
+ "phpcsstandards/phpcsutils" : " ^1.0.5"
19
+ },
20
+ "require-dev" : {
21
+ "phpunit/phpunit" : " ^9.5.10" ,
22
+ "yoast/phpunit-polyfills" : " ^1.0"
23
+ },
24
+ "autoload-dev" : {
25
+ "files" : [
26
+ " PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
27
+ ]
28
+ },
29
+ "autoload" : {
30
+ "classmap" : [
31
+ " PHP_CodeSniffer/Tokenizers/"
7
32
],
8
- "type" : " phpcodesniffer-standard" ,
9
- "version" : " 32" ,
10
- "require" : {
11
- "php" : " ~8.1.0 || ~8.2.0" ,
12
- "webonyx/graphql-php" : " ^15.0" ,
13
- "ext-simplexml" : " *" ,
14
- "ext-dom" : " *" ,
15
- "phpcompatibility/php-compatibility" : " ^9.3" ,
16
- "squizlabs/php_codesniffer" : " ^3.6.1" ,
17
- "rector/rector" : " ^0.17.12" ,
18
- "phpcsstandards/phpcsutils" : " ^1.0.5"
19
- },
20
- "require-dev" : {
21
- "phpunit/phpunit" : " ^9.5.10" ,
22
- "yoast/phpunit-polyfills" : " ^1.0"
23
- },
24
- "autoload-dev" : {
25
- "files" : [
26
- " PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
27
- ]
28
- },
29
- "autoload" : {
30
- "classmap" : [
31
- " PHP_CodeSniffer/Tokenizers/"
32
- ],
33
- "psr-4" : {
34
- "Magento2\\ " : " Magento2/" ,
35
- "Magento2Framework\\ " : " Magento2Framework/"
36
- }
37
- },
38
- "scripts" : {
39
- "post-install-cmd" : " vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility" ,
40
- "post-update-cmd" : " vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility"
41
- },
42
- "config" : {
43
- "allow-plugins" : {
44
- "dealerdirect/phpcodesniffer-composer-installer" : false
45
- }
33
+ "psr-4" : {
34
+ "Magento2\\ " : " Magento2/" ,
35
+ "Magento2Framework\\ " : " Magento2Framework/"
46
36
}
47
- }
37
+ },
38
+ "scripts" : {
39
+ "post-install-cmd" : " vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility" ,
40
+ "post-update-cmd" : " vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility"
41
+ },
42
+ "config" : {
43
+ "allow-plugins" : {
44
+ "dealerdirect/phpcodesniffer-composer-installer" : false
45
+ }
46
+ },
47
+ "replace" : {
48
+ "magento/magento-coding-standard" : " 31"
49
+ }
50
+ }
0 commit comments