Skip to content

Commit ae35fb6

Browse files
Have to add fixed path instead of composer plugin for composer v2
1 parent d06f63c commit ae35fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "MessageCloud Coding Standard",
55
"require": {
66
"squizlabs/php_codesniffer": "^3.0",
7-
"slevomat/coding-standard": "^6.0",
8-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
7+
"slevomat/coding-standard": "^6.0"
98
},
109
"require-dev": {
1110
"roave/security-advisories": "dev-master"

ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="MessageCloud Coding Standard">
3+
<config name="installed_paths" value="vendor/slevomat/coding-standard"/>
34
<description>MessageCloud PHP Coding Standard. Essentially PSR2 with some modifications.</description>
45

56
<arg name="colors"/>

0 commit comments

Comments
 (0)