Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name="WordPress-LSX-Design"
namespace="WordPressCS\WordPress"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd"
>
<description>WordPress Coding Standards for HTML and PHP files in the project.</description>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This software uses the following open source packages:
* [WebPack](https://webpackwebpack.js.org/)
* [Gulp](https://gulpjs.com/)
* [Node.js](https://nodejs.org/)
* [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
* [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The composer.json file is invalid because it contains duplicate keys (require-dev and config). This will cause composer commands to fail and must be fixed.

Please resolve this by merging the duplicate sections. For instance, the two require-dev blocks should be combined into one. When doing so, you'll need to choose the correct version for packages like wp-coding-standards/wpcs, which is specified with both ^3.0 and ^3.1.

* [Font Awesome](http://fontawesome.io/) icons are licensed under the terms of the SIL OFL 1.1, and code licensed under the terms of MIT License.
* [Modernizr](https://modernizr.com/) is licensed under the terms of the MIT license.
* [imagesLoaded](http://imagesloaded.desandro.com/) is licensed under the terms of the MIT license.
Expand Down