forked from mediact/coding-standard-magento2
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from fredden/youwe-magento2
Use official Magento2 coding standard as base for YouweMagento2
- Loading branch information
Showing
6 changed files
with
37 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,33 @@ | ||
{ | ||
"name": "youwe/coding-standard-magento2", | ||
"description": "Youwe PHP Coding Standard for Magento2", | ||
"type": "phpcs-sniffs", | ||
"homepage": "https://github.com/YouweGit/coding-standard-magento2", | ||
"license": "proprietary", | ||
"type": "phpcs-sniffs", | ||
"authors": [ | ||
{ | ||
"name": "Youwe B.V.", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://github.com/YouweGit/coding-standard-magento2", | ||
"require": { | ||
"youwe/coding-standard": ">=3.3.0" | ||
"magento/magento-coding-standard": "*", | ||
"youwe/coding-standard": "^3.5.0" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"MediactMagento2": "src/MediactMagento2", | ||
"Magento2": "src/Magento2" | ||
"YouweMagento2": "src/YouweMagento2" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"@phpcs-set-paths" | ||
], | ||
"post-update-cmd": [ | ||
"@phpcs-set-paths" | ||
], | ||
"phpcs-set-paths": [ | ||
"vendor/bin/phpcs --config-set installed_paths src/,../../magento/magento-coding-standard/,../../phpcompatibility/php-compatibility/" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters