Skip to content

Commit fd89877

Browse files
committed
Release 1.0.0
1 parent 61f0ea3 commit fd89877

File tree

1 file changed

+47
-44
lines changed

1 file changed

+47
-44
lines changed

composer.json

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,50 @@
11
{
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/"
732
],
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/"
4636
}
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

Comments
 (0)