Skip to content

Commit 967c246

Browse files
committed
Updated ECS dependency
1 parent 8d285d1 commit 967c246

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"symplify/easy-coding-standard": "^6.0.4",
14+
"symplify/easy-coding-standard": "^7.2.3",
1515
"wol-soft/php-json-schema-model-generator-production": "^0.6.0",
1616
"wol-soft/php-micro-template": "^1.3.1",
1717

src/cs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
imports:
2-
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/set/psr12.yaml' }
3-
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/set/psr2.yaml' }
4-
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/set/common.yaml' }
5-
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/set/clean-code.yaml' }
2+
- { resource: './../vendor/symplify/easy-coding-standard/config/set/psr12.yaml' }
3+
- { resource: './../vendor/symplify/easy-coding-standard/config/set/psr2.yaml' }
4+
- { resource: './../vendor/symplify/easy-coding-standard/config/set/common.yaml' }
5+
- { resource: './../vendor/symplify/easy-coding-standard/config/set/clean-code.yaml' }
66

77
parameters:
88
skip:

0 commit comments

Comments
 (0)